From 8098d0487562a58f4a39ebd13a60b7e3ba5b40c1 Mon Sep 17 00:00:00 2001 From: terminx Date: Tue, 22 Jan 2019 22:51:04 +0000 Subject: [PATCH] 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 --- source/duke3d/src/_functio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/duke3d/src/_functio.h b/source/duke3d/src/_functio.h index 12561026f..533e2d034 100644 --- a/source/duke3d/src/_functio.h +++ b/source/duke3d/src/_functio.h @@ -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", "", "'", "",