Re: [Qemu-devel] [PATCH] Fixes key mapping so all keys work

2015-01-13 Thread Peter Maydell
On 14 January 2015 at 00:12, Programmingkid wrote: > This patch allows for all the keys on an Apple extended keyboard to work in > QEMU. > > Signed-off-by: John Arbuckle > > --- > ui/cocoa.m | 29 - > 1 files changed, 20 insertions(+), 9 deletions(-) > > diff --git

[Qemu-devel] [PATCH] Fixes key mapping so all keys work

2015-01-13 Thread Programmingkid
This patch allows for all the keys on an Apple extended keyboard to work in QEMU. Signed-off-by: John Arbuckle --- ui/cocoa.m | 29 - 1 files changed, 20 insertions(+), 9 deletions(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index c8535a3..afac987 100644 --- a/ui/co