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

Add kp_equals and power keys support to the QKeyCode enum of keys.

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>

---
 qapi-schema.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index 8d04897..d63b17a 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3044,7 +3044,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
-- 
1.7.5.4

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

end of thread, other threads:[~2016-03-02  6:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 22:04 [Qemu-devel] [PATCH] qapi-schema.json: Add kp_equals and power keys Programmingkid
2016-03-01 22:23 ` Gerd Hoffmann
2016-03-01 22:33   ` Programmingkid
2016-03-01 23:17     ` Eric Blake
2016-03-02  6:29     ` Gerd Hoffmann

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).