]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qapi-schema.json: Add power and keypad equal keys
authorJohn Arbuckle <programmingkidx@gmail.com>
Wed, 23 Mar 2016 14:26:17 +0000 (14:26 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 23 Mar 2016 14:29:29 +0000 (14:29 +0000)
Add the power and keypad equal keys. These keys are found on a real Macintosh
keyboard.

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
qapi-schema.json

index 88f9b81c127ef01aedcfd9aba920a6e8f038a4c1..7f8d799bde633f5fcd5c5f669f7866103014edae 100644 (file)
 #
 # 'unmapped' and 'pause' since 2.0
 # 'ro' and 'kp_comma' since 2.4
+# 'kp_equals' and 'power' since 2.6
 ##
 { 'enum': 'QKeyCode',
   'data': [ 'unmapped',
             'left', 'up', 'down', 'right', 'insert', 'delete', 'stop', 'again',
             'props', 'undo', 'front', 'copy', 'open', 'paste', 'find', 'cut',
             'lf', 'help', 'meta_l', 'meta_r', 'compose', 'pause', 'ro',
-            'kp_comma' ] }
+            'kp_comma', 'kp_equals', 'power' ] }
 
 ##
 # @KeyValue