- 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" KP2 "+Move_Backward"
KP4 "+Turn_Left" KP4 "+Turn_Left"
KP6 "+Turn_Right" KP6 "+Turn_Right"
LAlt "+Strafe" Alt "+Strafe"
RAlt "+Strafe" RAlt "+Strafe"
LShift "+Run" Shift "+Run"
RShift "+Run" RShift "+Run"
Capslock "togglemsg autorun 85" Capslock "togglemsg autorun 85"
PgUp "+Look_Up" PgUp "+Look_Up"

View file

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

View file

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