|
@@ -2088,6 +2088,7 @@ DEF("display", HAS_ARG, QEMU_OPTION_display,
|
|
#if defined(CONFIG_COCOA)
|
|
#if defined(CONFIG_COCOA)
|
|
"-display cocoa[,full-grab=on|off][,swap-opt-cmd=on|off]\n"
|
|
"-display cocoa[,full-grab=on|off][,swap-opt-cmd=on|off]\n"
|
|
" [,show-cursor=on|off][,left-command-key=on|off]\n"
|
|
" [,show-cursor=on|off][,left-command-key=on|off]\n"
|
|
|
|
+ " [,full-screen=on|off][,zoom-to-fit=on|off]\n"
|
|
#endif
|
|
#endif
|
|
#if defined(CONFIG_OPENGL)
|
|
#if defined(CONFIG_OPENGL)
|
|
"-display egl-headless[,rendernode=<file>]\n"
|
|
"-display egl-headless[,rendernode=<file>]\n"
|
|
@@ -2189,10 +2190,26 @@ SRST
|
|
provides drop-down menus and other UI elements to configure and
|
|
provides drop-down menus and other UI elements to configure and
|
|
control the VM during runtime. Valid parameters are:
|
|
control the VM during runtime. Valid parameters are:
|
|
|
|
|
|
|
|
+ ``full-grab=on|off`` : Capture all key presses, including system combos.
|
|
|
|
+ This requires accessibility permissions, since it
|
|
|
|
+ performs a global grab on key events.
|
|
|
|
+ (default: off) See
|
|
|
|
+ https://support.apple.com/en-in/guide/mac-help/mh32356/mac
|
|
|
|
+
|
|
|
|
+ ``swap-opt-cmd=on|off`` : Swap the Option and Command keys so that their
|
|
|
|
+ key codes match their position on non-Mac
|
|
|
|
+ keyboards and you can use Meta/Super and Alt
|
|
|
|
+ where you expect them. (default: off)
|
|
|
|
+
|
|
``show-cursor=on|off`` : Force showing the mouse cursor
|
|
``show-cursor=on|off`` : Force showing the mouse cursor
|
|
|
|
|
|
``left-command-key=on|off`` : Disable forwarding left command key to host
|
|
``left-command-key=on|off`` : Disable forwarding left command key to host
|
|
|
|
|
|
|
|
+ ``full-screen=on|off`` : Start in fullscreen mode
|
|
|
|
+
|
|
|
|
+ ``zoom-to-fit=on|off`` : Expand video output to the window size,
|
|
|
|
+ defaults to "off"
|
|
|
|
+
|
|
``egl-headless[,rendernode=<file>]``
|
|
``egl-headless[,rendernode=<file>]``
|
|
Offload all OpenGL operations to a local DRI device. For any
|
|
Offload all OpenGL operations to a local DRI device. For any
|
|
graphical display, this display needs to be paired with either
|
|
graphical display, this display needs to be paired with either
|