From 375858a20dcd36f9e2187af181228a9493d9f6e7 Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 5 Sep 2008 23:38:35 +0000 Subject: * Add Com_HexStrToInt * Fixed some whacky indentation in q_shared.c * Allow single character keys e.g. 'c' to be used in cl_consoleKeys in addition to ASCII characters * Experimental code to ignore dead keys git-svn-id: svn://svn.icculus.org/quake3/trunk@1470 edf5b092-35ff-0310-97b2-ce42778d08ea --- README | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index fa03714..4a4ce72 100644 --- a/README +++ b/README @@ -399,15 +399,14 @@ SDL Keyboard Differences If you use such a keyboard layout, you can set the cvar cl_consoleKeys. This is a space delimited list of key names that will toggle the console. The key - names are the usual Q3 names e.g. "BACKSPACE", "PAUSE", "WINDOWS" etc. It's - also possible to use ASCII characters, either by hexadecimal number e.g. - "0x7e" (equivalent to ~) or directly by character. Some example values for - cl_consoleKeys: + names are the usual Q3 names e.g. "~", "`", "c", "BACKSPACE", "PAUSE", + "WINDOWS" etc. It's also possible to use ASCII characters, by hexadecimal + number. Some example values for cl_consoleKeys: - "0x7e 0x60" Toggle on ~ or ` (the default) + "~ ` 0x7e 0x60" Toggle on ~ or ` (the default) "WINDOWS" Toggle on the Windows key - "c" Toggle on the c character - "C" Toggle on the C character (Shift-c) + "c" Toggle on the c key + "0x43" Toggle on the C character (Shift-c) "PAUSE F1 PGUP" Toggle on the Pause, F1 or Page Up keys Note that when you elect a set of console keys or characters, they cannot -- cgit v1.2.3