raze-gles/wadsrc/static/engine/leftbinds.txt
Christoph Oelckers 62e9112133 - renamed the internal resource directory to "engine" and routed most literal mentions of the engine name through version.h
All this comes from a time when I didn't use version.h so it's better to do it the same way as GZDoom to allow easy renaming of the engine.
2019-12-26 14:04:53 +01:00

15 lines
348 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"
LCtrl "+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"