Re: [Qemu-devel] [PATCH v4 1/4] ui/cocoa.m: switch to QKeyCode
On 11 March 2016 at 09:25, Programmingkid wrote: > This patch removes the pc/xt keycode map and replaces it with the QKeyCode > keymap. > > Signed-off-by: John Arbuckle > --- Reviewed-by: Peter Maydell thanks -- PMM
[Qemu-devel] [PATCH v4 1/4] ui/cocoa.m: switch to QKeyCode
This patch removes the pc/xt keycode map and replaces it with the QKeyCode keymap. Signed-off-by: John Arbuckle --- v3 changes Removed the LARGEST_KEYCODE marco. Changed macToQKeyCodeMap to mac_to_qkeycode_map. ui/cocoa.m | 317 +++-- 1 fi