Skip to content

Commit

Permalink
x11: Fix AltGr generating an invalid keycode (bug #3244). Thanks Thomas!
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Jan 31, 2016
1 parent 9bdd188 commit 3259217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/x11/SDL_x11keyboard.c
Expand Up @@ -129,6 +129,7 @@ static const struct {
{ XK_Control_R, SDL_SCANCODE_RCTRL },
{ XK_Shift_R, SDL_SCANCODE_RSHIFT },
{ XK_Alt_R, SDL_SCANCODE_RALT },
{ XK_ISO_Level3_Shift, SDL_SCANCODE_RALT },
{ XK_Meta_R, SDL_SCANCODE_RGUI },
{ XK_Super_R, SDL_SCANCODE_RGUI },
{ XK_Mode_switch, SDL_SCANCODE_MODE },
Expand Down

0 comments on commit 3259217

Please sign in to comment.