diff options
Diffstat (limited to 'render_sdl.c')
-rwxr-xr-x | render_sdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render_sdl.c b/render_sdl.c index ae6ef4c..f29c76e 100755 --- a/render_sdl.c +++ b/render_sdl.c @@ -749,7 +749,7 @@ static uint8_t scancode_map[SDL_NUM_SCANCODES] = { [SDL_SCANCODE_C] = 0x21, [SDL_SCANCODE_D] = 0x23, [SDL_SCANCODE_E] = 0x24, - [SDL_SCANCODE_F] = 0x28, + [SDL_SCANCODE_F] = 0x2B, [SDL_SCANCODE_G] = 0x34, [SDL_SCANCODE_H] = 0x33, [SDL_SCANCODE_I] = 0x43, |