diff options
| author | John Arbuckle | 2016-03-23 15:26:17 +0100 |
|---|---|---|
| committer | Peter Maydell | 2016-03-23 15:29:29 +0100 |
| commit | a35412782d0e407aab948b0b37c4e0b99c0a5f76 (patch) | |
| tree | 8c0a862323506eeaf01307ae8a8cd8014f992d3b /qapi-schema.json | |
| parent | ui/cocoa.m: fix help menus (diff) | |
| download | qemu-a35412782d0e407aab948b0b37c4e0b99c0a5f76.tar.gz qemu-a35412782d0e407aab948b0b37c4e0b99c0a5f76.tar.xz qemu-a35412782d0e407aab948b0b37c4e0b99c0a5f76.zip | |
qapi-schema.json: Add power and keypad equal keys
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>
Diffstat (limited to 'qapi-schema.json')
| -rw-r--r-- | qapi-schema.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 88f9b81c12..7f8d799bde 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -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', @@ -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 |
