- fixed some errors in the keybind definitions.

Fixes #291
This commit is contained in:
Christoph Oelckers 2020-08-31 20:19:41 +02:00
parent fcdf2d7bd7
commit 678b8223a9
3 changed files with 6 additions and 6 deletions

View file

@ -21,9 +21,9 @@ KP8 "+Move_Forward"
KP2 "+Move_Backward"
KP4 "+Turn_Left"
KP6 "+Turn_Right"
LAlt "+Strafe"
Alt "+Strafe"
RAlt "+Strafe"
LShift "+Run"
Shift "+Run"
RShift "+Run"
Capslock "togglemsg autorun 85"
PgUp "+Look_Up"

View file

@ -14,7 +14,7 @@ KP9 "+Look_Up"
KP3 "+Look_Down"
mapbind KP- "+Shrink_Screen"
mapbind KP+ "+Enlarge_Screen"
- "sizedown"
+ "sizeup""
KP- "sizedown"
KP+ "sizeup"
Y "show_weapon"
CapsLock "toggle cl_autorun"

View file

@ -15,8 +15,8 @@ KP1 "+Aim_Down"
KP5 "centerview"
mapbind KP- "+Shrink_Screen"
mapbind KP+ "+Enlarge_Screen"
- "sizedown"
+ "sizeup""
KP- "sizedown"
KP+ "sizeup"
U "+Mouse_Aiming"
I "toggle cl_crosshair"
CapsLock "toggle cl_autorun"