Removed a tabstop.
parent
6a2e8a7a90
commit
2befe01d39
|
@ -102,7 +102,7 @@ WIN_InitKeyboard(_THIS)
|
|||
SDL_SetScancodeName(SDL_SCANCODE_APPLICATION, "Menu");
|
||||
SDL_SetScancodeName(SDL_SCANCODE_LGUI, "Left Windows");
|
||||
SDL_SetScancodeName(SDL_SCANCODE_RGUI, "Right Windows");
|
||||
|
||||
|
||||
/* Are system caps/num/scroll lock active? Set our state to match. */
|
||||
if (GetKeyState(VK_CAPITAL) & 0x0001) {
|
||||
SDL_SendKeyboardKey(SDL_PRESSED, SDL_SCANCODE_CAPSLOCK);
|
||||
|
|
Loading…
Reference in New Issue