- fix LCtrl bindings in wadsrc keybind preset files. (#73)

* Renamed LCtrl to Ctrl. Without these changes, the keybinds for LCtrl in the changed keybind preset files weren't binding.
This commit is contained in:
Mitchell Richters 2020-08-08 15:20:28 +10:00 committed by GitHub
parent df2b3b6b17
commit 57ad048031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ A "+Strafe_Left"
D "+Strafe_Right" D "+Strafe_Right"
Space "+Jump" Space "+Jump"
/ "+Jump" / "+Jump"
LCtrl "+Crouch" Ctrl "+Crouch"
KP7 "+Aim_Up" KP7 "+Aim_Up"
KP1 "+Aim_Down" KP1 "+Aim_Down"
KP5 "+Center_View" KP5 "+Center_View"

View file

@ -1,7 +1,7 @@
// Left handed config (puts as many controls as possible on the numpad. Also more useful actions on the mouse.) // Left handed config (puts as many controls as possible on the numpad. Also more useful actions on the mouse.)
uparrow "+Move_Forward" uparrow "+Move_Forward"
downarrow "+Move_Backward" downarrow "+Move_Backward"
LCtrl "+Fire" Ctrl "+Fire"
Space "+Open" Space "+Open"
A "+Jump" A "+Jump"
KP- "+Jump" KP- "+Jump"

View file

@ -1,6 +1,6 @@
uparrow "+Move_Forward" uparrow "+Move_Forward"
downarrow "+Move_Backward" downarrow "+Move_Backward"
LCtrl "+Fire" Ctrl "+Fire"
Space "+Open" Space "+Open"
A "+Jump" A "+Jump"
/ "+Jump" / "+Jump"

View file

@ -14,7 +14,7 @@ LShift "+Run"
RShift "+Run" RShift "+Run"
Space "+Jump" Space "+Jump"
/ "+Jump" / "+Jump"
LCtrl "+Crouch" Ctrl "+Crouch"
PgUp "+Look_Up" PgUp "+Look_Up"
KP9 "+Look_Up" KP9 "+Look_Up"
PgDn "+Look_Down" PgDn "+Look_Down"

View file

@ -8,7 +8,7 @@ rightarrow "+Turn_Right"
KP6 "+Turn_Right" KP6 "+Turn_Right"
LAlt "+Strafe" LAlt "+Strafe"
RAlt "+Strafe" RAlt "+Strafe"
LCtrl "+Fire" Ctrl "+Fire"
RCtrl "+Fire" RCtrl "+Fire"
Space "+Open" Space "+Open"
LShift "+Run" LShift "+Run"

View file

@ -8,7 +8,7 @@ rightarrow "+Turn_Right"
KP6 "+Turn_Right" KP6 "+Turn_Right"
LAlt "+Strafe" LAlt "+Strafe"
RAlt "+Strafe" RAlt "+Strafe"
LCtrl "+Fire" Ctrl "+Fire"
RCtrl "+Fire" RCtrl "+Fire"
Space "+Open" Space "+Open"
LShift "+Run" LShift "+Run"