qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 07/42] input: qapi: add unmapped key


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 07/42] input: qapi: add unmapped key
Date: Tue, 17 Dec 2013 14:06:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

On 12/16/2013 03:48 AM, Gerd Hoffmann wrote:
> Simplifies building something -> QkeyCode mapping tables.
> Uninitialized entries can easily identified then.
> 
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
>  qapi-schema.json | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/qapi-schema.json b/qapi-schema.json
> index 0316cb4..89d8060 100644
> --- a/qapi-schema.json
> +++ b/qapi-schema.json
> @@ -3357,7 +3357,8 @@
>  # Since: 1.3.0
>  ##
>  { 'enum': 'QKeyCode',
> -  'data': [ 'shift', 'shift_r', 'alt', 'alt_r', 'altgr', 'altgr_r', 'ctrl',
> +  'data': [ 'unmapped',

Worth documenting that 'unmapped' was added in 2.0 (in contrast to the
rest of the enums in 1.3).

> +            'shift', 'shift_r', 'alt', 'alt_r', 'altgr', 'altgr_r', 'ctrl',
>              'ctrl_r', 'menu', 'esc', '1', '2', '3', '4', '5', '6', '7', '8',
>              '9', '0', 'minus', 'equal', 'backspace', 'tab', 'q', 'w', 'e',
>              'r', 't', 'y', 'u', 'i', 'o', 'p', 'bracket_left', 
> 'bracket_right',
> 

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

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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