mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
sdl: Properly mark modifier+u as hotkey
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
97ad1c260c
commit
d71680c8f1
1 changed files with 1 additions and 0 deletions
1
ui/sdl.c
1
ui/sdl.c
|
@ -589,6 +589,7 @@ static void sdl_refresh(DisplayState *ds)
|
|||
vga_hw_invalidate();
|
||||
vga_hw_update();
|
||||
}
|
||||
gui_keysym = 1;
|
||||
break;
|
||||
case 0x02 ... 0x0a: /* '1' to '9' keys */
|
||||
/* Reset the modifiers sent to the current console */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue