- fix keybind for 'TurnAround' (Turn_Around > TurnAround) in line with recent changes.

This commit is contained in:
Mitchell Richters 2020-04-13 16:12:20 +10:00 committed by Christoph Oelckers
parent 0996e87f79
commit e777225093
5 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,7 @@ KP-Enter "+Inventory"
; "+Previous_Weapon"
` "toggleconsole"
Backspace "+Turn_Around"
Backspace "+TurnAround"
T "+Send_Message"
Tab "+Map"
F "+Map_Follow_Mode"

View file

@ -756,7 +756,7 @@ OptionMenu "ActionControlsMenu"// protected
StaticText ""
Control "$CNTRLMNU_TURNLEFT" , "+turn_left"
Control "$CNTRLMNU_TURNRIGHT" , "+turn_right"
Control "$CNTRLMNU_TURN180" , "+turn_around"
Control "$CNTRLMNU_TURN180" , "+turnaround"
StaticText ""
Control "$CNTRLMNU_JUMP" , "+jump"

View file

@ -40,7 +40,7 @@ Enter "+Inventory"
KP-Enter "+Inventory"
[ "+Inventory_Left"
] "+Inventory_Right"
Backspace "+Turn_Around"
Backspace "+TurnAround"
T "+Send_Message"
Tab "+Map"
- "+Shrink_Screen"

View file

@ -37,7 +37,7 @@ Enter "+Inventory"
KP-Enter "+Inventory"
[ "+Inventory_Left"
] "+Inventory_Right"
Backspace "+Turn_Around"
Backspace "+TurnAround"
T "+Send_Message"
Tab "+Map"
- "+Shrink_Screen"

View file

@ -41,7 +41,7 @@ Enter "+Inventory"
KP-Enter "+Inventory"
[ "+Inventory_Left"
] "+Inventory_Right"
Backspace "+Turn_Around"
Backspace "+TurnAround"
T "+Send_Message"
Tab "+Map"
- "+Shrink_Screen"