- 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"
Space "+Jump"
/ "+Jump"
LCtrl "+Crouch"
Ctrl "+Crouch"
KP7 "+Aim_Up"
KP1 "+Aim_Down"
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.)
uparrow "+Move_Forward"
downarrow "+Move_Backward"
LCtrl "+Fire"
Ctrl "+Fire"
Space "+Open"
A "+Jump"
KP- "+Jump"

View file

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

View file

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

View file

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

View file

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