mirror of https://github.com/xqemu/xqemu.git
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
ui/sdl.c
1
ui/sdl.c
|
@ -589,6 +589,7 @@ static void sdl_refresh(DisplayState *ds)
|
||||||
vga_hw_invalidate();
|
vga_hw_invalidate();
|
||||||
vga_hw_update();
|
vga_hw_update();
|
||||||
}
|
}
|
||||||
|
gui_keysym = 1;
|
||||||
break;
|
break;
|
||||||
case 0x02 ... 0x0a: /* '1' to '9' keys */
|
case 0x02 ... 0x0a: /* '1' to '9' keys */
|
||||||
/* Reset the modifiers sent to the current console */
|
/* Reset the modifiers sent to the current console */
|
||||||
|
|
Loading…
Reference in New Issue