mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +00:00
16 lines
376 B
Text
16 lines
376 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"
|
|
CapsLock "toggle cl_autorun"
|