diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-09-11 13:25:39 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-10-02 09:10:01 +0200 |
commit | ee43800d17f1942915018e4128ac0f261a12bab4 (patch) | |
tree | 68bb40d39cfa27c713d70688455a23b94c674cef | |
parent | 68eef67af17e97475b5ee8a202ac10c9fa45ac49 (diff) | |
download | qemu-ee43800d17f1942915018e4128ac0f261a12bab4.zip qemu-ee43800d17f1942915018e4128ac0f261a12bab4.tar.gz qemu-ee43800d17f1942915018e4128ac0f261a12bab4.tar.bz2 |
qapi/common: Supply missing member documentation
Since we neglect to document the members of GrabToggleKeys, their
description in the QEMU QMP Reference manual is "Not documented". Fix
that.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240911112545.2248881-3-armbru@redhat.com>
-rw-r--r-- | qapi/common.json | 14 | ||||
-rw-r--r-- | qapi/pragma.json | 1 |
2 files changed, 13 insertions, 2 deletions
diff --git a/qapi/common.json b/qapi/common.json index 7558ce5..6ffc7a3 100644 --- a/qapi/common.json +++ b/qapi/common.json @@ -183,7 +183,19 @@ ## # @GrabToggleKeys: # -# Keys to toggle input-linux between host and guest. +# Key combinations to toggle input-linux between host and guest. +# +# @ctrl-ctrl: left and right control key +# +# @alt-alt: left and right alt key +# +# @shift-shift: left and right shift key +# +# @meta-meta: left and right meta key +# +# @scrolllock: scroll lock key +# +# @ctrl-scrolllock: either control key and scroll lock key # # Since: 4.0 ## diff --git a/qapi/pragma.json b/qapi/pragma.json index d5ae397..f03b9cc 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json @@ -52,7 +52,6 @@ 'DummyBlockCoreForceArrays', 'DummyForceArrays', 'DummyVirtioForceArrays', - 'GrabToggleKeys', 'HotKeyMod', 'ImageInfoSpecificKind', 'InputAxis', |