]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
added a keyname for backslash which is now used instead of the literal \
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 12 May 2007 10:02:06 +0000 (10:02 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 12 May 2007 10:02:06 +0000 (10:02 +0000)
commit6788d0b8cd2068258c8518a0c218c9c6d3b64c11
tree2d32209353f37daddbf5c333c707e4c308fab5ce
parent4a60b2cf069765f8a72995fbc5b0cd17d4102c8d
added a keyname for backslash which is now used instead of the literal \
character, avoiding issues with bind "\" "something" which was parsing
wrongly, also removed the quotes around the bind keyname, and changed
the keyname code to prefer using the override names (such as tilde
instead of ~) in binds when saving the config

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7269 d7cf8633-e32d-0410-b094-e92efae38249
keys.c