-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Window from last switched desktop focused when switching to another desktop #5
Comments
after some usage i just found that when switching desktop the last focused windows from switched desktop simply remains focused |
@mintyleaf Thanks for your report. It is not easy to fix the issue completely because of foreground restriction on Windows (https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setforegroundwindow#remarks). There is a performance issue when switching desktops very frequently and quickly (less 1s). |
tested it out - now it's working like a charm |
@mintyleaf Thanks for your contribution! I will commit the fix before long. |
I have released beta.6, so the issue is closed. |
Hello!
When i switch to another desktop - there are no windows focused, so i need to manually press alt+tab or click window by mouse to start it grab input (like browser, terminal e.t.c.)
Using 4.0.0 beta 5 on Windows 11 Pro 21H2
The text was updated successfully, but these errors were encountered: