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>
master
Jan Kiszka 2011-07-30 11:39:07 +02:00 committed by Anthony Liguori
parent 97ad1c260c
commit d71680c8f1
1 changed files with 1 additions and 0 deletions

View File

@ -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 */