qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] qapi-schema.json: Add kp_equals and power keys


From: Programmingkid
Subject: [Qemu-devel] [PATCH] qapi-schema.json: Add kp_equals and power keys
Date: Tue, 1 Mar 2016 17:04:52 -0500

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

Signed-off-by: John Arbuckle <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]