mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 05:31:29 +00:00
remove french keyboard hack. we cannot know what this does on other
layouts
This commit is contained in:
parent
80cf67e2ac
commit
e27a35a207
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue