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

2015-05-12 Thread Peter Maydell
On 12 May 2015 at 05:11, Programmingkid wrote: > > On May 10, 2015, at 2:45 PM, Peter Maydell wrote: >> This is two conceptually separate fixes: >> (1) better handle key input to the ADB keyboard >> (2) output the right keycodes on the OSX cocoa UI >> which should be in separate patches. >> >> We

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

2015-05-11 Thread Programmingkid
On May 10, 2015, at 2:45 PM, Peter Maydell wrote: > On 15 January 2015 at 21:13, Programmingkid wrote: >> Fixes keyboard mapping so right shift, right command, right option, right >> control, keypad period, keypad '=', keypad enter, and F13 all work. >> >> Signed-off-by: John Arbuckle >> >>

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

2015-05-10 Thread Peter Maydell
On 15 January 2015 at 21:13, Programmingkid wrote: > Fixes keyboard mapping so right shift, right command, right option, right > control, keypad period, keypad '=', keypad enter, and F13 all work. > > Signed-off-by: John Arbuckle > > --- > Undid most changes to keyboard map in cocoa.m. > Most ch

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

2015-01-15 Thread Programmingkid
Fixes keyboard mapping so right shift, right command, right option, right control, keypad period, keypad '=', keypad enter, and F13 all work. Signed-off-by: John Arbuckle --- Undid most changes to keyboard map in cocoa.m. Most changes made to keyboard map in adb.c. Since there is no keypad '=