qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Bernhard Beschow <shentey@gmail.com>
To: qemu-devel@nongnu.org
Cc: "Stefan Weil" <sw@weilnetz.de>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>
Subject: Re: [PATCH 1/3] ui/sdl2: Grab Alt+Tab also in fullscreen mode
Date: Wed, 12 Apr 2023 21:12:11 +0000	[thread overview]
Message-ID: <0AA0603E-68F7-458B-96C3-A27DC89A2127@gmail.com> (raw)
In-Reply-To: <20230412203425.32566-2-shentey@gmail.com>



Am 12. April 2023 20:34:23 UTC schrieb Bernhard Beschow <shentey@gmail.com>:
>By default, SDL grabs Alt+Tab only in non-fullscreen mode. This causes Alt+Tab
>to switch tasks on the host rather than in the VM in fullscreen mode while it
>switches tasks in non-fullscreen mode in the VM. Fix this confusing behavior
>by grabbing Alt+F4 in fullscreen mode, always causing tasks to be switched in

Typo: s/Alt+F4/Alt+Tab/

>the VM.
>
>Signed-off-by: Bernhard Beschow <shentey@gmail.com>
>---
> ui/sdl2.c | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/ui/sdl2.c b/ui/sdl2.c
>index b12dec4caf..91705e4bce 100644
>--- a/ui/sdl2.c
>+++ b/ui/sdl2.c
>@@ -856,6 +856,7 @@ static void sdl2_display_init(DisplayState *ds, DisplayOptions *o)
>     SDL_SetHint(SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR, "0");
> #endif
>     SDL_SetHint(SDL_HINT_GRAB_KEYBOARD, "1");
>+    SDL_SetHint(SDL_HINT_ALLOW_ALT_TAB_WHILE_GRABBED, "0");
>     memset(&info, 0, sizeof(info));
>     SDL_VERSION(&info.version);
> 


  reply	other threads:[~2023-04-12 21:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0AA0603E-68F7-458B-96C3-A27DC89A2127@gmail.com \
    --to=shentey@gmail.com \
    --cc=kraxel@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=sw@weilnetz.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).