mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-14 16:40:40 +00:00
25 lines
505 B
Text
25 lines
505 B
Text
// Common bindings for all games (some may not be active everywhere, though)
|
|
W "+Move_Forward"
|
|
S "+Move_Backward"
|
|
E "+Open"
|
|
A "+Strafe_Left"
|
|
D "+Strafe_Right"
|
|
Space "+Jump"
|
|
/ "+Jump"
|
|
Ctrl "+Crouch"
|
|
KP7 "+Aim_Up"
|
|
KP1 "+Aim_Down"
|
|
KP5 "centerview"
|
|
KP9 "+Look_Up"
|
|
KP3 "+Look_Down"
|
|
mapbind KP- "+Shrink_Screen"
|
|
mapbind KP+ "+Enlarge_Screen"
|
|
mapbind W "+am_panup"
|
|
mapbind S "+am_pandown"
|
|
mapbind A "+am_panleft"
|
|
mapbind D "+am_panright"
|
|
|
|
KP- "sizedown"
|
|
KP+ "sizeup"
|
|
Y "show_weapon"
|
|
CapsLock "toggle cl_autorun"
|