From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vt1qH-0002u9-Bx for qemu-devel@nongnu.org; Tue, 17 Dec 2013 16:06:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vt1qC-0005eP-DG for qemu-devel@nongnu.org; Tue, 17 Dec 2013 16:06:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vt1qC-0005eL-2M for qemu-devel@nongnu.org; Tue, 17 Dec 2013 16:06:08 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBHL67q3003843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 17 Dec 2013 16:06:07 -0500 Message-ID: <52B0BCBE.8060904@redhat.com> Date: Tue, 17 Dec 2013 14:06:06 -0700 From: Eric Blake MIME-Version: 1.0 References: <1387190958-19470-1-git-send-email-kraxel@redhat.com> <1387190958-19470-8-git-send-email-kraxel@redhat.com> In-Reply-To: <1387190958-19470-8-git-send-email-kraxel@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="1iT4uKqaUhisFS3481tHnKFDqcuViU78c" Subject: Re: [Qemu-devel] [PATCH 07/42] input: qapi: add unmapped key List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: Markus Armbruster , Luiz Capitulino This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --1iT4uKqaUhisFS3481tHnKFDqcuViU78c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 12/16/2013 03:48 AM, Gerd Hoffmann wrote: > Simplifies building something -> QkeyCode mapping tables. > Uninitialized entries can easily identified then. >=20 > Signed-off-by: Gerd Hoffmann > --- > qapi-schema.json | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > 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', 'c= trl', > + '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', 'c= trl', > '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', 'bracke= t_right', >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --1iT4uKqaUhisFS3481tHnKFDqcuViU78c Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJSsLy+AAoJEKeha0olJ0NqmukH/Avrm6glCijjl0s7CtA3KAPm 9mTBpRPRV8xEzmIu1voCgLm3NLMRj4byEqDeO2P5J2tdx5T0k7bK+eM0yUSCrAyY XRwprdP++9gn1DGYUWKTS95Kql0eK5+zDVrlsJImANkI2PFM37w7s2ptexyRrLIb dtLwaf6I7/+PgHZbuwBY2DSYJ+axI/lSqbe0Kjf8l5fSR0/88UQD6HB4m+kef7aZ nLF7ESlzqcxPYtmIBy3DcQGQCGheJF+5G92tY8gNJdrNtqG0eDo7nkeONeui+Rsx +TODY2AgAk6cAsVW9H+uiBhUNrUsaNYxN2eKCkaX6z1DCPxpCPm8Xhk7Om55pbg= =axr2 -----END PGP SIGNATURE----- --1iT4uKqaUhisFS3481tHnKFDqcuViU78c--