aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
Diffstat (limited to 'qapi')
-rw-r--r--qapi/ui.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/qapi/ui.json b/qapi/ui.json
index 4dea35a819..1d60d5fc78 100644
--- a/qapi/ui.json
+++ b/qapi/ui.json
@@ -1270,11 +1270,17 @@
# host without sending this key to the guest when
# "off". Defaults to "on"
#
+# @full-grab: 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
+#
# Since: 7.0
##
{ 'struct': 'DisplayCocoa',
'data': {
- '*left-command-key': 'bool'
+ '*left-command-key': 'bool',
+ '*full-grab': 'bool'
} }
##