You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were two issues.
- GNOME sends a different event type when alt-tabbing, at least on
Ubuntu 22.04. Adjusted the code to use this alternate event type.
- When GTK_TOPLEVEL flag is on, we were getting duplicate events with
Wayland. Adjusted the code to not listen to the duplicate events.
Fixes#1390, #1367
0 commit comments