raze/wadsrc/static/engine/leftbinds.txt
Mitchell Richters 57ad048031
- 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.
2020-08-08 01:20:28 -04:00

15 lines
347 B
Text

// 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"
Ctrl "+Fire"
Space "+Open"
A "+Jump"
KP- "+Jump"
Z "+Crouch"
C "+Toggle_Crouch"
KP. "+Look_Right"
KP7 "+Strafe_Left"
KP9 "+Strafe_Right"
KP. "+Look_Right"
Mouse2 "+Open"
Mouse3 "+Run"