remove french keyboard hack. we cannot know what this does on other
layouts
This commit is contained in:
parent
80cf67e2ac
commit
e27a35a207
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user