All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] cocoa: keyboard quality of life
@ 2021-07-13 21:31 gustavo
  0 siblings, 0 replies; 2+ messages in thread
From: gustavo @ 2021-07-13 21:31 UTC (permalink / raw)
  To: qemu-devel
  Cc: 'Peter Maydell ', 'Markus Armbruster ',
	'Gerd Hoffmann ', 'Akihiko Odaki ',
	'Eric Blake ',
	Gustavo Noronha Silva

From: Gustavo Noronha Silva <gustavo@noronha.dev.br>

v5 addresses the casting issue pointed out by Akihiko Odaki.
Sorry it took me so long to update the patches, but here
they are! Hopefully we can get them in now ;D

Btw I also changed my email address slightly (.dev.br
instead of .eti.br).

-----

This series adds two new options to the cocoa display:

 - full-grab causes it to use a global tap to steal system combos
   away from Mac OS X, so they can be handled by the VM

 - swap-option-command does what it says on the tin; while that is
   something you can do at the Mac OS X level or even supported by
   some keyboards, it is much more convenient to have qemu put
   Meta/Super and Alt where they belong if you are running a
   non-Mac VM

Both are off by default. For full-grab in particular, it is off also
because unfortunately it needs accessibility permissions for input
grabbing, so it requires more deliberate action by the user anyway.

Gustavo Noronha Silva (2):
  ui/cocoa: capture all keys and combos when mouse is grabbed
  ui/cocoa: add option to swap Option and Command

 qapi/ui.json    |  22 +++++++++
 qemu-options.hx |   4 ++
 ui/cocoa.m      | 129 ++++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 146 insertions(+), 9 deletions(-)

-- 
2.30.1 (Apple Git-130)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-15 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.16196.1626230271.10239.qemu-devel@nongnu.org>
2021-07-15 20:53 ` [PATCH v5 0/2] cocoa: keyboard quality of life Programmingkid
2021-07-13 21:31 gustavo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.