|
@@ -1834,7 +1834,7 @@ DEF("display", HAS_ARG, QEMU_OPTION_display,
|
|
#endif
|
|
#endif
|
|
#if defined(CONFIG_SDL)
|
|
#if defined(CONFIG_SDL)
|
|
"-display sdl[,alt_grab=on|off][,ctrl_grab=on|off][,gl=on|core|es|off]\n"
|
|
"-display sdl[,alt_grab=on|off][,ctrl_grab=on|off][,gl=on|core|es|off]\n"
|
|
- " [,show-cursor=on|off][,window-close=on|off]\n"
|
|
|
|
|
|
+ " [,grab-mod=<mod>][,show-cursor=on|off][,window-close=on|off]\n"
|
|
#endif
|
|
#endif
|
|
#if defined(CONFIG_GTK)
|
|
#if defined(CONFIG_GTK)
|
|
"-display gtk[,full-screen=on|off][,gl=on|off][,grab-on-hover=on|off]\n"
|
|
"-display gtk[,full-screen=on|off][,gl=on|off][,grab-on-hover=on|off]\n"
|
|
@@ -1880,6 +1880,10 @@ SRST
|
|
window; see the SDL documentation for other possibilities).
|
|
window; see the SDL documentation for other possibilities).
|
|
Valid parameters are:
|
|
Valid parameters are:
|
|
|
|
|
|
|
|
+ ``grab-mod=<mods>`` : Used to select the modifier keys for toggling
|
|
|
|
+ the mouse grabbing in conjunction with the "g" key. `<mods>` can be
|
|
|
|
+ either `lshift-lctrl-lalt` or `rctrl`.
|
|
|
|
+
|
|
``alt_grab=on|off`` : Use Control+Alt+Shift-g to toggle mouse grabbing
|
|
``alt_grab=on|off`` : Use Control+Alt+Shift-g to toggle mouse grabbing
|
|
|
|
|
|
``ctrl_grab=on|off`` : Use Right-Control-g to toggle mouse grabbing
|
|
``ctrl_grab=on|off`` : Use Right-Control-g to toggle mouse grabbing
|