mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +00:00
f1a988b221
All automap controls have been moved there, and sizeup/sizedown have been made CCMDs, taking screen size management entirely out of the game modules
20 lines
417 B
Text
20 lines
417 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"
|
|
- "sizedown"
|
|
+ "sizeup""
|
|
Y "+Show_Opponents_Weapon"
|
|
CapsLock "toggle cl_autorun"
|