From f9b15a94ecd471e96c0f3ba89c829424103ca0ab Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 9 Oct 2016 20:31:04 +0200 Subject: [PATCH] Linux: Fixed mixed up scancodes. --- src/events/scancodes_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/scancodes_linux.h b/src/events/scancodes_linux.h index 8db37df5b96b2..5c7a36f6e053c 100644 --- a/src/events/scancodes_linux.h +++ b/src/events/scancodes_linux.h @@ -221,7 +221,7 @@ static SDL_Scancode const linux_scancode_table[] = { /* 192 */ SDL_SCANCODE_F22, /* 193 */ SDL_SCANCODE_F23, /* 194 */ SDL_SCANCODE_F24, - 0, 0, 0, 0, + 0, 0, 0, 0, 0, /* 200 */ SDL_SCANCODE_UNKNOWN, /* KEY_PLAYCD */ /* 201 */ SDL_SCANCODE_UNKNOWN, /* KEY_PAUSECD */ /* 202 */ SDL_SCANCODE_UNKNOWN, /* KEY_PROG3 */