mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
Remove C as alternate default bind for regular gamefunc_Crouch
git-svn-id: https://svn.eduke32.com/eduke32@8066 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
de170848af
commit
c670cceb18
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ const char keydefaults[NUMGAMEFUNCTIONS*2][MAXGAMEFUNCLEN] =
|
||||||
"LShift", "RShift",
|
"LShift", "RShift",
|
||||||
"", "",
|
"", "",
|
||||||
"Space", "/",
|
"Space", "/",
|
||||||
"LCtrl", "C",
|
"LCtrl", "",
|
||||||
"PgUp", "Kpad9",
|
"PgUp", "Kpad9",
|
||||||
"PgDn", "Kpad3",
|
"PgDn", "Kpad3",
|
||||||
"Insert", "Kpad0",
|
"Insert", "Kpad0",
|
||||||
|
|
Loading…
Reference in a new issue