From d71680c8f1d639bfb31958b25dfb806f6b8cda56 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Sat, 30 Jul 2011 11:39:07 +0200 Subject: sdl: Properly mark modifier+u as hotkey Signed-off-by: Jan Kiszka Signed-off-by: Anthony Liguori --- ui/sdl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/sdl.c') diff --git a/ui/sdl.c b/ui/sdl.c index 1563ee1965..e6c9597d37 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 */ -- cgit v1.2.1