Commit 22a56b8a87b2990c8684b6ca8a37d935dae76591
1 parent
44bbf73f
sdl keyboard fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@889 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
sdl.c
@@ -77,6 +77,7 @@ static const uint8_t x_keycode_to_pc_keycode[61] = { | @@ -77,6 +77,7 @@ static const uint8_t x_keycode_to_pc_keycode[61] = { | ||
77 | 0xd3, /* 107 Del */ | 77 | 0xd3, /* 107 Del */ |
78 | 0x9c, /* 108 Enter */ | 78 | 0x9c, /* 108 Enter */ |
79 | 0x9d, /* 109 Ctrl-R */ | 79 | 0x9d, /* 109 Ctrl-R */ |
80 | + 0x0, /* 110 Pause */ | ||
80 | 0xb7, /* 111 Print */ | 81 | 0xb7, /* 111 Print */ |
81 | 0xb5, /* 112 Divide */ | 82 | 0xb5, /* 112 Divide */ |
82 | 0xb8, /* 113 Alt-R */ | 83 | 0xb8, /* 113 Alt-R */ |