aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-10-23 15:27:59 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-10-23 15:27:59 +0000
commitbd081280b1ccbf813bdf7335ff0ef1a14075e8d9 (patch)
treec79f280d599e958204afe9b9d44e0175e5754a54
parent76d96a8cc88b27326fd34a752d05eb60a4faf99b (diff)
downloadioquake3-aero-bd081280b1ccbf813bdf7335ff0ef1a14075e8d9.tar.gz
ioquake3-aero-bd081280b1ccbf813bdf7335ff0ef1a14075e8d9.zip
remove french keyboard hack. we cannot know what this does on other
layouts git-svn-id: svn://svn.icculus.org/quake3/trunk@175 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--code/unix/sdl_glimp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/unix/sdl_glimp.c b/code/unix/sdl_glimp.c
index c26ddd7..b010055 100644
--- a/code/unix/sdl_glimp.c
+++ b/code/unix/sdl_glimp.c
@@ -214,7 +214,6 @@ static const char *XLateKey(SDL_keysym *keysym, int *key)
case SDLK_KP_MINUS: *key = K_KP_MINUS; break;
case SDLK_KP_DIVIDE: *key = K_KP_SLASH; break;
- case SDLK_WORLD_18: *key = '~'; break; // hack for french keyboards
default: break;
}