Skip to content

Commit

Permalink
qapi-schema.json: Add power and keypad equal keys
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
programmingkidx authored and pm215 committed Mar 23, 2016
1 parent f474790 commit a354127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qapi-schema.json
Expand Up @@ -3082,6 +3082,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',
Expand All @@ -3100,7 +3101,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
Expand Down

0 comments on commit a354127

Please sign in to comment.