mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
sdl keyboard fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@889 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
44bbf73f92
commit
22a56b8a87
1 changed files with 1 additions and 0 deletions
1
sdl.c
1
sdl.c
|
@ -77,6 +77,7 @@ static const uint8_t x_keycode_to_pc_keycode[61] = {
|
|||
0xd3, /* 107 Del */
|
||||
0x9c, /* 108 Enter */
|
||||
0x9d, /* 109 Ctrl-R */
|
||||
0x0, /* 110 Pause */
|
||||
0xb7, /* 111 Print */
|
||||
0xb5, /* 112 Divide */
|
||||
0xb8, /* 113 Alt-R */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue