I have worked out a way to scroll through vehicle seats with one key.
Setting up is a little bit fiddly but it works like a charm!
This will be handy for those arrow key users
Ok, here we go. . .
First, decide which key you want to use.
Open your User.ini file.
Near the top you will see the Aliases listed.
Go to the bottom of the aliases to where you have some free ones. Mine are 36 37 38.
Set them to this:
Aliases[36]=(Command="SwitchWeapon 1 | onrelease set input keyofchoice Seat2",Alias="Seat1")
Aliases[37]=(Command="SwitchWeapon 2 | onrelease set input keyofchoice Seat3",Alias="Seat2")
Aliases[38]=(Command="SwitchWeapon 3 | onrelease set input keyofchoice Seat1",Alias="Seat3")
Change the Alias numbers to the correct ones for you, and change keyofchoice to the key you want to use.
Next. . .
Bind the key you will use as:
keyofchoice=Seat1
Finally. . .
Go to your Enter/Exit vehicle key (your 'use' key) and change its bind to:
=use | onrelease set input keyofchoice Seat2
(again, changing keyofchoice to the key you will use to scroll seats).
What it does:
You enter the Hellbender and press the change seat key. It will switch you to seat two, then it will rebind the key so next time it will switch you to seat three. . . then next time it will rebind it to seat one. . . and so forth.
Keep in mind if you are in a two seat vehicle and sitting in seat two you will still have to press the key twice to get back to seat one.
If you are in the Levi it will only cycle you through seats 1, 2 and 3.
Now, the reason you edit your 'use' key is because:
If you enter the vehicle and switch to seat two then exit the vehicle, next time you use the key it will switch you straight to seat three as thats what the key has been bound to do.
The 'use' bind will reset the switching key each time you exit the vehicle, so you wont get shuffled to the wrong seat.
There you go
A sollution
Setting up is a little bit fiddly but it works like a charm!
This will be handy for those arrow key users

Ok, here we go. . .
First, decide which key you want to use.
Open your User.ini file.
Near the top you will see the Aliases listed.
Go to the bottom of the aliases to where you have some free ones. Mine are 36 37 38.
Set them to this:
Aliases[36]=(Command="SwitchWeapon 1 | onrelease set input keyofchoice Seat2",Alias="Seat1")
Aliases[37]=(Command="SwitchWeapon 2 | onrelease set input keyofchoice Seat3",Alias="Seat2")
Aliases[38]=(Command="SwitchWeapon 3 | onrelease set input keyofchoice Seat1",Alias="Seat3")
Change the Alias numbers to the correct ones for you, and change keyofchoice to the key you want to use.
Next. . .
Bind the key you will use as:
keyofchoice=Seat1
Finally. . .
Go to your Enter/Exit vehicle key (your 'use' key) and change its bind to:
=use | onrelease set input keyofchoice Seat2
(again, changing keyofchoice to the key you will use to scroll seats).
What it does:
You enter the Hellbender and press the change seat key. It will switch you to seat two, then it will rebind the key so next time it will switch you to seat three. . . then next time it will rebind it to seat one. . . and so forth.
Keep in mind if you are in a two seat vehicle and sitting in seat two you will still have to press the key twice to get back to seat one.
If you are in the Levi it will only cycle you through seats 1, 2 and 3.
Now, the reason you edit your 'use' key is because:
If you enter the vehicle and switch to seat two then exit the vehicle, next time you use the key it will switch you straight to seat three as thats what the key has been bound to do.
The 'use' bind will reset the switching key each time you exit the vehicle, so you wont get shuffled to the wrong seat.
There you go

A sollution

Comment