mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 01:11:44 +00:00
Add C as a secondary binding for crouch and remove the mouse look and crosshair toggles from the default key bindings--they can still be bound manually if desired.
git-svn-id: https://svn.eduke32.com/eduke32@7315 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
450244e258
commit
8098d04875
1 changed files with 3 additions and 3 deletions
|
@ -130,7 +130,7 @@ const char keydefaults[NUMGAMEFUNCTIONS*2][MAXGAMEFUNCLEN] =
|
|||
"LShift", "RShift",
|
||||
"CapLck", "",
|
||||
"Space", "/",
|
||||
"LCtrl", "",
|
||||
"LCtrl", "C",
|
||||
"PgUp", "Kpad9",
|
||||
"PgDn", "Kpad3",
|
||||
"Insert", "Kpad0",
|
||||
|
@ -166,8 +166,8 @@ const char keydefaults[NUMGAMEFUNCTIONS*2][MAXGAMEFUNCLEN] =
|
|||
"Y", "",
|
||||
"F", "",
|
||||
"K", "",
|
||||
"U", "",
|
||||
"I", "",
|
||||
"", "",
|
||||
"", "",
|
||||
"R", "",
|
||||
"Q", "",
|
||||
"'", "",
|
||||
|
|
Loading…
Reference in a new issue