qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 2/4] qapi-schema.json: Add power and keypad equal keys
@ 2016-03-05  5:17 Programmingkid
  2016-03-06  0:03 ` Eric Blake
  0 siblings, 1 reply; 3+ messages in thread
From: Programmingkid @ 2016-03-05  5:17 UTC (permalink / raw)
  To: Peter Maydell, Gerd Hoffmann; +Cc: qemu-devel qemu-devel

Add the power and keypad equal keys. These keys are found on a real Macintosh
keyboard.

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
---
 qapi-schema.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index 8d04897..5cf34bf 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3026,6 +3026,7 @@
 #
 # 'unmapped' and 'pause' since 2.0
 # 'ro' and 'kp_comma' since 2.4
+# 'kp_equals' and 'power' since 2.6
 ##
 { 'enum': 'QKeyCode',
   'data': [ 'unmapped',
@@ -3044,7 +3045,7 @@
             '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
-- 
2.7.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-06  0:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-05  5:17 [Qemu-devel] [PATCH v3 2/4] qapi-schema.json: Add power and keypad equal keys Programmingkid
2016-03-06  0:03 ` Eric Blake
2016-03-06  0:07   ` Programmingkid

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).