mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
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>
This commit is contained in:
parent
68eef67af1
commit
ee43800d17
2 changed files with 13 additions and 2 deletions
|
@ -183,7 +183,19 @@
|
||||||
##
|
##
|
||||||
# @GrabToggleKeys:
|
# @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
|
# Since: 4.0
|
||||||
##
|
##
|
||||||
|
|
|
@ -52,7 +52,6 @@
|
||||||
'DummyBlockCoreForceArrays',
|
'DummyBlockCoreForceArrays',
|
||||||
'DummyForceArrays',
|
'DummyForceArrays',
|
||||||
'DummyVirtioForceArrays',
|
'DummyVirtioForceArrays',
|
||||||
'GrabToggleKeys',
|
|
||||||
'HotKeyMod',
|
'HotKeyMod',
|
||||||
'ImageInfoSpecificKind',
|
'ImageInfoSpecificKind',
|
||||||
'InputAxis',
|
'InputAxis',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue