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 <kra...@redhat.com> > --- > 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
signature.asc
Description: OpenPGP digital signature