Re: [PATCH v4 1/2] ui/cocoa: capture all keys and combos when mouse is grabbed

2021-06-16 Thread Akihiko Odaki
2021年5月12日(水) 3:56 : > @@ -1877,11 +1934,17 @@ static void cocoa_display_init(DisplayState *ds, > DisplayOptions *opts) > qemu_sem_wait(_started_sem); > COCOA_DEBUG("cocoa_display_init: app start completed\n"); > > +QemuCocoaAppController* controller = (QemuCocoaAppController >

Re: [PATCH v4 1/2] ui/cocoa: capture all keys and combos when mouse is grabbed

2021-06-09 Thread Gustavo Noronha Silva
Ping 3? =) On Wed, May 26, 2021, at 12:13 PM, Gustavo Noronha Silva wrote: > On Tue, May 18, 2021, at 7:14 AM, 'Gerd Hoffmann ' wrote: > > On Tue, May 11, 2021 at 03:55:37PM -0300, gust...@noronha.eti.br wrote: > > > From: Gustavo Noronha Silva > > > > > > Applications such as Gnome may use

Re: [PATCH v4 1/2] ui/cocoa: capture all keys and combos when mouse is grabbed

2021-05-26 Thread Gustavo Noronha Silva
On Tue, May 18, 2021, at 7:14 AM, 'Gerd Hoffmann ' wrote: > On Tue, May 11, 2021 at 03:55:37PM -0300, gust...@noronha.eti.br wrote: > > From: Gustavo Noronha Silva > > > > Applications such as Gnome may use Alt-Tab and Super-Tab for different > > purposes, some use Ctrl-arrows so we want to

Re: [PATCH v4 1/2] ui/cocoa: capture all keys and combos when mouse is grabbed

2021-05-18 Thread 'Gerd Hoffmann '
On Tue, May 11, 2021 at 03:55:37PM -0300, gust...@noronha.eti.br wrote: > From: Gustavo Noronha Silva > > Applications such as Gnome may use Alt-Tab and Super-Tab for different > purposes, some use Ctrl-arrows so we want to allow qemu to handle > everything when it captures the mouse/keyboard. >

[PATCH v4 1/2] ui/cocoa: capture all keys and combos when mouse is grabbed

2021-05-11 Thread gustavo
From: Gustavo Noronha Silva Applications such as Gnome may use Alt-Tab and Super-Tab for different purposes, some use Ctrl-arrows so we want to allow qemu to handle everything when it captures the mouse/keyboard. However, Mac OS handles some combos like Command-Tab and Ctrl-arrows at an earlier