From 13e8c23d8ae30c2cece331a47e80176ea8a4f6cf Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 11 Feb 2005 22:20:42 +0000 Subject: [PATCH] removed key-below-escape forced toggleconsole, so that german keyboards can type ^ git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5014 d7cf8633-e32d-0410-b094-e92efae38249 --- keys.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/keys.c b/keys.c index c3c1b9cd..91f4f55c 100644 --- a/keys.c +++ b/keys.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to: - + Free Software Foundation, Inc. 59 Temple Place - Suite 330 Boston, MA 02111-1307, USA @@ -911,14 +911,6 @@ Key_Event (int key, char ascii, qboolean down) return; } - // console key is hardcoded, so the user can never unbind it - if (key == '`' || key == '~') - { - if (down) - Con_ToggleConsole_f (); - return; - } - if (down) { if (!(kb = keybindings[key_bmap][key])) -- 2.39.2