-
Notifications
You must be signed in to change notification settings - Fork 35
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
Ignore hotkey on full screen windows is not working for some windows #1130
Comments
That's a good question, I guess it just comes down to the definition of full screen windows. The long answer comes to the two types of windows you think of as full screen. The other scenario is borderless maximized apps (aka windowed full screen) - this is a bit tricky, because it's basically a window that is above taskbar is trying to take as much screen as possible.
Due to these issues, I haven't found yet a consistent way to detect full screen; But I will try to improve it next beta builds and update here. |
This issue has been potentially fixed in version 1.0.0.91. Changelog - https://github.com/adirh3/Fluent-Search/releases/tag/1.0.0.91 |
I can confirm that this is fixed, the hotkey is ignored on YouTube, MPC-HC, and on my games that are set to fullscreen borderless windows. Thanks for a quick fix. That functionality was almost non-existent, but now I will not launch Fluent Search accidentally anymore. |
@usernamelectro Glad it worked :) If you notice any incorrect behavior, please let me know. |
Describe the bug
When I set
Settings
>Hotkeys
>Ignore hotkey on full screen windows
toOn
, it does not work with the full screen YouTube, MPC-HC, and also it will show the search bar over the game that was set as a borderless windowed.Games with the exclusive full screen are fine though, and also VLC player is okay.
To Reproduce
Expected behavior
I should not activate search bar when any full screen app is active, but I am not quite sure how would Fluent recognize what is full screen and what isn't.
Question
I suppose it is difficult for Fluent to recognize if the game was set to borderless windowed mode, but can it be done for YouTube, and movie players like MPC-HC?
Environment
The text was updated successfully, but these errors were encountered: