(svn r130) Change: hotkey for console is Backquote (the key left to '1', regardless of keyboard layout

This commit is contained in:
dominik
2004-08-24 11:53:30 +00:00
parent ce0f8a7bcd
commit 27e9f5888e
4 changed files with 14 additions and 11 deletions

View File

@@ -108,7 +108,7 @@ static void IConsoleWndProc(Window *w, WindowEvent *e)
case WE_KEYPRESS:
e->keypress.cont=false;
if (e->keypress.keycode == WKC_TAB)
if (e->keypress.keycode == WKC_BACKQUOTE)
{
IConsoleSwitch();
} else