From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agpIT-0002mL-2k for qemu-devel@nongnu.org; Fri, 18 Mar 2016 03:58:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agpIO-0008EC-7w for qemu-devel@nongnu.org; Fri, 18 Mar 2016 03:58:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agpIO-0008Dp-36 for qemu-devel@nongnu.org; Fri, 18 Mar 2016 03:58:08 -0400 Message-ID: <1458287883.6882.6.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 18 Mar 2016 08:58:03 +0100 In-Reply-To: <6A59B318-C24D-4A1A-989F-31A3558BE444@gmail.com> References: <6A59B318-C24D-4A1A-989F-31A3558BE444@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v5 1/4] ui/cocoa.m: switch to QKeyCode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: Peter Maydell , qemu-devel qemu-devel On Di, 2016-03-15 at 13:14 -0400, Programmingkid wrote: > This patch removes the pc/xt keycode map and replaces it with the QKeyCod= e > keymap. >=20 > Signed-off-by: John Arbuckle > Reviewed-by: Peter Maydell Picked up patches 1+2 from this series, 3+4 have to wait until the adb key code issues are sorted. thanks, Gerd