All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 2/4] qapi-schema.json: Add power and keypad equal keys
@ 2016-03-05  5:17 Programmingkid
  2016-03-06  0:03 ` Eric Blake
  0 siblings, 1 reply; 3+ messages in thread
From: Programmingkid @ 2016-03-05  5:17 UTC (permalink / raw)
  To: Peter Maydell, Gerd Hoffmann; +Cc: qemu-devel qemu-devel

Add the power and keypad equal keys. These keys are found on a real Macintosh
keyboard.

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
---
 qapi-schema.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

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

* Re: [Qemu-devel] [PATCH v3 2/4] qapi-schema.json: Add power and keypad equal keys
  2016-03-05  5:17 [Qemu-devel] [PATCH v3 2/4] qapi-schema.json: Add power and keypad equal keys Programmingkid
@ 2016-03-06  0:03 ` Eric Blake
  2016-03-06  0:07   ` Programmingkid
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Blake @ 2016-03-06  0:03 UTC (permalink / raw)
  To: Programmingkid, Peter Maydell, Gerd Hoffmann; +Cc: qemu-devel qemu-devel

[-- Attachment #1: Type: text/plain, Size: 450 bytes --]

On 03/04/2016 10:17 PM, Programmingkid wrote:
> Add the power and keypad equal keys. These keys are found on a real Macintosh
> keyboard.
> 
> Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
> ---
>  qapi-schema.json | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

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

* Re: [Qemu-devel] [PATCH v3 2/4] qapi-schema.json: Add power and keypad equal keys
  2016-03-06  0:03 ` Eric Blake
@ 2016-03-06  0:07   ` Programmingkid
  0 siblings, 0 replies; 3+ messages in thread
From: Programmingkid @ 2016-03-06  0:07 UTC (permalink / raw)
  To: Eric Blake; +Cc: Peter Maydell, Gerd Hoffmann, qemu-devel qemu-devel


On Mar 5, 2016, at 7:03 PM, Eric Blake wrote:

> On 03/04/2016 10:17 PM, Programmingkid wrote:
>> Add the power and keypad equal keys. These keys are found on a real Macintosh
>> keyboard.
>> 
>> Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
>> ---
>> qapi-schema.json | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
> 
> Reviewed-by: Eric Blake <eblake@redhat.com>
> 
> -- 
> Eric Blake   eblake redhat com    +1-919-301-3266
> Libvirt virtualization library http://libvirt.org
> 

Thank you.

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

end of thread, other threads:[~2016-03-06  0:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-05  5:17 [Qemu-devel] [PATCH v3 2/4] qapi-schema.json: Add power and keypad equal keys Programmingkid
2016-03-06  0:03 ` Eric Blake
2016-03-06  0:07   ` Programmingkid

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.