Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added a couple missing keys on my Logitech G15 keyboard on a Mac Pro …
Browse files Browse the repository at this point in the history
…running Ubuntu 10.04.
  • Loading branch information
slouken committed Jul 18, 2010
1 parent d286c5f commit 993843b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/events/scancodes_xfree86.h
Expand Up @@ -274,7 +274,7 @@ static const SDL_scancode xfree86_scancode_table2[] = {
/* 93 */ SDL_SCANCODE_UNKNOWN,
/* 94 */ SDL_SCANCODE_UNKNOWN,
/* 95 */ SDL_SCANCODE_UNKNOWN,
/* 96 */ SDL_SCANCODE_UNKNOWN,
/* 96 */ SDL_SCANCODE_KP_ENTER,
/* 97 */ SDL_SCANCODE_RCTRL,
/* 98 */ SDL_SCANCODE_KP_DIVIDE,
/* 99 */ SDL_SCANCODE_UNKNOWN,
Expand All @@ -297,7 +297,7 @@ static const SDL_scancode xfree86_scancode_table2[] = {
/* 116 */ SDL_SCANCODE_UNKNOWN,
/* 117 */ SDL_SCANCODE_UNKNOWN,
/* 118 */ SDL_SCANCODE_UNKNOWN,
/* 119 */ SDL_SCANCODE_UNKNOWN,
/* 119 */ SDL_SCANCODE_PAUSE,
/* 120 */ SDL_SCANCODE_UNKNOWN,
/* 121 */ SDL_SCANCODE_PAUSE,
/* 122 */ SDL_SCANCODE_UNKNOWN,
Expand Down

0 comments on commit 993843b

Please sign in to comment.