Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed a tabstop.
  • Loading branch information
icculus committed Dec 27, 2015
1 parent 6a2e8a7 commit 2befe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/windows/SDL_windowskeyboard.c
Expand Up @@ -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);
Expand Down

0 comments on commit 2befe01

Please sign in to comment.