aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-09-05 23:38:35 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-09-05 23:38:35 +0000
commit375858a20dcd36f9e2187af181228a9493d9f6e7 (patch)
tree3e32110ca8f4c0a7e5859aeeb01f577ad9ce44bb /README
parentb82742d4f392aa26ecb761ccbfbbb24f8e08fbb6 (diff)
downloadioquake3-aero-375858a20dcd36f9e2187af181228a9493d9f6e7.tar.gz
ioquake3-aero-375858a20dcd36f9e2187af181228a9493d9f6e7.zip
* 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
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 6 insertions, 7 deletions
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