From: Jan Kiszka Date: Sat, 30 Jul 2011 09:39:07 +0000 (+0200) Subject: sdl: Properly mark modifier+u as hotkey X-Git-Tag: v1.0-rc0~567^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d71680c8f1d639bfb31958b25dfb806f6b8cda56;p=thirdparty%2Fqemu.git sdl: Properly mark modifier+u as hotkey Signed-off-by: Jan Kiszka Signed-off-by: Anthony Liguori --- diff --git a/ui/sdl.c b/ui/sdl.c index 1563ee1965a..e6c9597d378 100644 --- a/ui/sdl.c +++ b/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 */