mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-18 09:51:19 +00:00
* Renamed LCtrl to Ctrl. Without these changes, the keybinds for LCtrl in the changed keybind preset files weren't binding.
17 lines
349 B
Text
17 lines
349 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 "+Center_View"
|
|
KP9 "+Look_Up"
|
|
KP3 "+Look_Down"
|
|
KP- "+Shrink_Screen"
|
|
KP+ "+Enlarge_Screen"
|
|
Y "+Show_Opponents_Weapon"
|