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

2017-11-07 Thread Peter Maydell
On 2 November 2017 at 21:39, 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. Hi; I've applied this to cocoa.next. This

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

2017-11-02 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 --- v3 changes - Code is now keyboard layout aware. ui/cocoa.m | 31