Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Double-confirmed, that's not the pause scancode
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/events/scancodes_xfree86.h
|
@@ -299,7 +299,7 @@ static const SDL_scancode xfree86_scancode_table2[] = { |
|
|
/* 118 */ SDL_SCANCODE_UNKNOWN, /* plusminus */ |
|
|
/* 119 */ SDL_SCANCODE_PAUSE, |
|
|
/* 120 */ SDL_SCANCODE_UNKNOWN, /* XF86LaunchA */ |
|
|
/* 121 */ SDL_SCANCODE_PAUSE, |
|
|
/* 121 */ SDL_SCANCODE_UNKNOWN, /* KP_Decimal */ |
|
|
/* 122 */ SDL_SCANCODE_UNKNOWN, /* Hangul */ |
|
|
/* 123 */ SDL_SCANCODE_UNKNOWN, /* Hangul_Hanja */ |
|
|
/* 124 */ SDL_SCANCODE_UNKNOWN, |
|
|