diff mbox

[v2] qapi-schema.json: Add kp_equals and power keys

Message ID 1ECB8C5E-820E-47DA-AFA5-FB72735B53DE@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Programmingkid March 2, 2016, 1:38 a.m. UTC
Add kp_equals and power keys support to the QKeyCode enum of keys.

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

---
Added comment about kp_equals and power keys.

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

Patch

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