qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] SDL2 usability fixes
@ 2023-04-12 20:34 Bernhard Beschow
  2023-04-12 20:34 ` [PATCH 1/3] ui/sdl2: Grab Alt+Tab also in fullscreen mode Bernhard Beschow
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Bernhard Beschow @ 2023-04-12 20:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: Stefan Weil, Marc-André Lureau, Gerd Hoffmann,
	Bernhard Beschow

I'm trying to use QEMU on Windows hosts for fun and for profit. While the GTK
GUI doesn't seem to support OpenGL under Windows the SDL2 GUI does. Hence I
used the SDL2 GUI where I ran into several issues of which three are fixed in
this series, which are:

* Alt+Tab switches tasks on the host rather than in the guest in fullscreen mode
* Alt+F4 closes QEMU rather than a graphical task in the guest
* AltGr keyboard modifier isn't recognized by a Linux guest

More information about each issue is provided in the patches.

Bernhard Beschow (3):
  ui/sdl2: Grab Alt+Tab also in fullscreen mode
  ui/sdl2: Grab Alt+F4 also under Windows
  ui/sdl2-input: Fix AltGr modifier on Windows hosts

 ui/sdl2-input.c | 13 +++++++++++++
 ui/sdl2.c       |  2 ++
 2 files changed, 15 insertions(+)

-- 
2.40.0



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

end of thread, other threads:[~2023-04-17 20:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-12 20:34 [PATCH 0/3] SDL2 usability fixes Bernhard Beschow
2023-04-12 20:34 ` [PATCH 1/3] ui/sdl2: Grab Alt+Tab also in fullscreen mode Bernhard Beschow
2023-04-12 21:12   ` Bernhard Beschow
2023-04-12 20:34 ` [PATCH 2/3] ui/sdl2: Grab Alt+F4 also under Windows Bernhard Beschow
2023-04-12 20:34 ` [PATCH 3/3] ui/sdl2-input: Fix AltGr modifier on Windows hosts Bernhard Beschow
2023-04-13 17:54 ` [PATCH 0/3] SDL2 usability fixes Volker Rümelin
2023-04-13 20:43   ` Bernhard Beschow
2023-04-13 21:40     ` Volker Rümelin
2023-04-14 13:23       ` Bernhard Beschow
2023-04-14  6:53     ` Volker Rümelin
2023-04-14 13:29       ` Bernhard Beschow
2023-04-14 15:50         ` BALATON Zoltan
2023-04-14 19:09       ` Volker Rümelin
2023-04-17 19:24         ` Bernhard Beschow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).