mirror of
https://github.com/qemu/qemu.git
synced 2025-01-21 13:03:26 +08:00
sdl: improve grab exiting instructions
It might not be obvious what "grab" is. Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
921e169d61
commit
4e75b342b6
6
sdl.c
6
sdl.c
@ -415,11 +415,11 @@ static void sdl_update_caption(void)
|
||||
status = " [Stopped]";
|
||||
else if (gui_grab) {
|
||||
if (alt_grab)
|
||||
status = " - Press Ctrl-Alt-Shift to exit grab";
|
||||
status = " - Press Ctrl-Alt-Shift to exit mouse grab";
|
||||
else if (ctrl_grab)
|
||||
status = " - Press Right-Ctrl to exit grab";
|
||||
status = " - Press Right-Ctrl to exit mouse grab";
|
||||
else
|
||||
status = " - Press Ctrl-Alt to exit grab";
|
||||
status = " - Press Ctrl-Alt to exit mouse grab";
|
||||
}
|
||||
|
||||
if (qemu_name) {
|
||||
|
Loading…
Reference in New Issue
Block a user