raze-gles/wadsrc/static/engine/defbinds.txt
Christoph Oelckers f1a988b221 - make use of map bindings
All automap controls have been moved there, and sizeup/sizedown have been made CCMDs, taking screen size management entirely out of the game modules
2020-08-24 20:20:15 +02:00

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"