On Tue, May 04, 2021 at 08:32:31PM -0300, gust...@noronha.eti.br wrote: > From: Gustavo Noronha Silva <gust...@noronha.eti.br> > > 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 part of the event handling chain, not letting qemu see it. > > We add a global Event Tap that allows qemu to see all events when the > mouse is grabbed. Note that this requires additional permissions. > > See: > > https://developer.apple.com/documentation/coregraphics/1454426-cgeventtapcreate?language=objc#discussion > https://support.apple.com/en-in/guide/mac-help/mh32356/mac > > Acked-by: Markus Armbruster <arm...@redhat.com> > Signed-off-by: Gustavo Noronha Silva <gust...@noronha.eti.br>
Ping. Any comment from the macos guys on this one? thanks, Gerd