mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-07 05:21:12 +00:00
9d71416a55
Should be correct now, except for a few places which were unified.
17 lines
350 B
Text
17 lines
350 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"
|
|
LCtrl "+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"
|