Skip to content

Commit

Permalink
Fix KEY_102ND not working on ISO keyboards.
Browse files Browse the repository at this point in the history
Signed-off-by: brndd <[email protected]>
  • Loading branch information
brndd authored and misyltoad committed Nov 7, 2023
1 parent 9d496c8 commit 36ba0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdlscancodetable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static uint32_t s_ScancodeTable[] =
KEY_KP9, /* SDL_SCANCODE_KP_9 97 */
KEY_KP0, /* SDL_SCANCODE_KP_0 98 */
KEY_KPDOT, /* SDL_SCANCODE_KP_PERIOD 99 */
KEY_RESERVED, /* SDL_SCANCODE_NONUSBACKSLASH 100 */
KEY_102ND, /* SDL_SCANCODE_NONUSBACKSLASH 100 */
KEY_COMPOSE, /* SDL_SCANCODE_APPLICATION 101 */
KEY_POWER, /* SDL_SCANCODE_POWER 102 */
KEY_KPEQUAL, /* SDL_SCANCODE_KP_EQUALS 103 */
Expand Down

0 comments on commit 36ba0e2

Please sign in to comment.