Re: [Qemu-devel] [PATCH v2 1/2] ui/cocoa.m: move ungrab to ctrl-alt-g

2017-11-02 Thread Programmingkid
> On Nov 2, 2017, at 12:06 PM, BALATON Zoltan wrote: > > On Thu, 2 Nov 2017, Programmingkid wrote: >>> On Nov 2, 2017, at 5:10 AM, Peter Maydell wrote: >>> >>> On 5 October 2017 at 15:55, John Arbuckle wrote: Currently the cocoa user interface relys on the user pushing control-alt

Re: [Qemu-devel] [PATCH v2 1/2] ui/cocoa.m: move ungrab to ctrl-alt-g

2017-11-02 Thread Peter Maydell
On 2 November 2017 at 15:20, Programmingkid wrote: >> On Nov 2, 2017, at 5:10 AM, Peter Maydell wrote: >> Testing this I have found that it makes the grab key be >> "ctrl+alt+ the key labelled 'g'", even if in the >> OSX host keyboard mapping that key doesn't produce the >> letter 'g'. This is in

Re: [Qemu-devel] [PATCH v2 1/2] ui/cocoa.m: move ungrab to ctrl-alt-g

2017-11-02 Thread BALATON Zoltan
On Thu, 2 Nov 2017, Programmingkid wrote: On Nov 2, 2017, at 5:10 AM, Peter Maydell wrote: On 5 October 2017 at 15:55, John Arbuckle wrote: Currently the cocoa user interface relys on the user pushing control-alt to ungrab the mouse. This is patch changes the key combination to control-alt-g

Re: [Qemu-devel] [PATCH v2 1/2] ui/cocoa.m: move ungrab to ctrl-alt-g

2017-11-02 Thread Programmingkid
> On Nov 2, 2017, at 5:10 AM, Peter Maydell wrote: > > On 5 October 2017 at 15:55, John Arbuckle wrote: >> Currently the cocoa user interface relys on the user pushing control-alt to >> ungrab the mouse. This is patch changes the key combination to control-alt-g >> to be in line with the GTK

Re: [Qemu-devel] [PATCH v2 1/2] ui/cocoa.m: move ungrab to ctrl-alt-g

2017-11-02 Thread Peter Maydell
On 5 October 2017 at 15:55, John Arbuckle wrote: > Currently the cocoa user interface relys on the user pushing control-alt to > ungrab the mouse. This is patch changes the key combination to control-alt-g > to be in line with the GTK user interface. > > signed-off-by: John Arbuckle > --- > +

[Qemu-devel] [PATCH v2 1/2] ui/cocoa.m: move ungrab to ctrl-alt-g

2017-10-05 Thread John Arbuckle
Currently the cocoa user interface relys on the user pushing control-alt to ungrab the mouse. This is patch changes the key combination to control-alt-g to be in line with the GTK user interface. signed-off-by: John Arbuckle --- ui/cocoa.m | 15 --- 1 file changed, 8 insertions(+)