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:
terminx 2019-01-22 22:51:04 +00:00
parent 450244e258
commit 8098d04875

View file

@ -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", "",
"'", "",