diff options
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 9059076dc4..fa0bce7beb 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3615,6 +3615,10 @@ ## # @QKeyCode: # +# An enumeration of key name. +# +# This is used by the @send-key command. +# # @unmapped: since 2.0 # @pause: since 2.0 # @ro: since 2.4 @@ -3625,10 +3629,6 @@ # @henkan: since 2.9 # @yen: since 2.9 # -# An enumeration of key name. -# -# This is used by the send-key command. -# # Since: 1.3.0 # ## |