From 993843bda6c94f5f63c90baac7609c30b9e89dac Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 17 Jul 2010 23:25:10 -0700 Subject: [PATCH] Added a couple missing keys on my Logitech G15 keyboard on a Mac Pro running Ubuntu 10.04. --- src/events/scancodes_xfree86.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/events/scancodes_xfree86.h b/src/events/scancodes_xfree86.h index 1886053b4..a17af6e1e 100644 --- a/src/events/scancodes_xfree86.h +++ b/src/events/scancodes_xfree86.h @@ -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, @@ -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,