From e27a35a2074cf738be46f89a579e999377f69536 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Sun, 23 Oct 2005 15:27:59 +0000 Subject: [PATCH] remove french keyboard hack. we cannot know what this does on other layouts --- code/unix/sdl_glimp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/code/unix/sdl_glimp.c b/code/unix/sdl_glimp.c index c26ddd7a..b0100552 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; }