mirror of
https://github.com/qemu/qemu.git
synced 2025-08-10 03:59:16 +00:00
input: qapi: add pause key
It's missing. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
bbd1b1cc25
commit
8b6b0c59a6
@ -3556,7 +3556,7 @@
|
|||||||
#
|
#
|
||||||
# Since: 1.3.0
|
# Since: 1.3.0
|
||||||
#
|
#
|
||||||
# 'unmapped' since 2.0
|
# 'unmapped' and 'pause' since 2.0
|
||||||
##
|
##
|
||||||
{ 'enum': 'QKeyCode',
|
{ 'enum': 'QKeyCode',
|
||||||
'data': [ 'unmapped',
|
'data': [ 'unmapped',
|
||||||
@ -3574,7 +3574,7 @@
|
|||||||
'kp_9', 'less', 'f11', 'f12', 'print', 'home', 'pgup', 'pgdn', 'end',
|
'kp_9', 'less', 'f11', 'f12', 'print', 'home', 'pgup', 'pgdn', 'end',
|
||||||
'left', 'up', 'down', 'right', 'insert', 'delete', 'stop', 'again',
|
'left', 'up', 'down', 'right', 'insert', 'delete', 'stop', 'again',
|
||||||
'props', 'undo', 'front', 'copy', 'open', 'paste', 'find', 'cut',
|
'props', 'undo', 'front', 'copy', 'open', 'paste', 'find', 'cut',
|
||||||
'lf', 'help', 'meta_l', 'meta_r', 'compose' ] }
|
'lf', 'help', 'meta_l', 'meta_r', 'compose', 'pause' ] }
|
||||||
|
|
||||||
##
|
##
|
||||||
# @KeyValue
|
# @KeyValue
|
||||||
|
Loading…
Reference in New Issue
Block a user