summaryrefslogtreecommitdiff
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-12-16 10:34:53 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-03-05 09:50:17 +0100
commit8b6b0c59a600d8254a409b837d5358d16e881fd0 (patch)
treefb047ceb32045e217fd16e5e99154a0bd038fd02 /qapi-schema.json
parentbbd1b1cc25d551f2e0f85f4b635f4a769dbd86e4 (diff)
downloadqemu-8b6b0c59a600d8254a409b837d5358d16e881fd0.tar.gz
input: qapi: add pause key
It's missing. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index 609d576c01..6c381b7306 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3556,7 +3556,7 @@
#
# Since: 1.3.0
#
-# 'unmapped' since 2.0
+# 'unmapped' and 'pause' since 2.0
##
{ 'enum': 'QKeyCode',
'data': [ 'unmapped',
@@ -3574,7 +3574,7 @@
'kp_9', 'less', 'f11', 'f12', 'print', 'home', 'pgup', 'pgdn', 'end',
'left', 'up', 'down', 'right', 'insert', 'delete', 'stop', 'again',
'props', 'undo', 'front', 'copy', 'open', 'paste', 'find', 'cut',
- 'lf', 'help', 'meta_l', 'meta_r', 'compose' ] }
+ 'lf', 'help', 'meta_l', 'meta_r', 'compose', 'pause' ] }
##
# @KeyValue