-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Provide a way to exit full-screen mode using the mouse #3647
Comments
As another suggestion: Some apps also allow to right mouse click > Exit full screen for when the menubar is hidden. |
I suggested modifying the behavior of the top bar for two main reasons:
That said, I also like your right-click context menu suggestion and would personally be fine with either option or both. By the way, I noticed that the top menubar does appear in the Reviewer while in full-screen mode, but only when hovering over the top/bottom bar with "Hide the top/bottom bar during review" set to 'Yes' in Preferences. |
I have implemented your suggestions on keeping the menu bar while in full screen. |
Doesn't the menu bar already spawn when you hover to the top of the window in full screen in Deck Browser/Reviewer? This issue addresses a problem that literally no one has experienced. The current implementation seems the most obvious and correct. The whole purpose of full screen mode is to reduce the amount of distractions (in this case the menu bar). So it is a "by design" decision to hide it and show it only on hover. |
On my copy of Anki (24.11 for Windows 11, Qt6), this only works if I can see how keeping the top menu bar always visible might be undesirable, as it kind of defeats the purpose of full-screen mode. My current suggestion is to make the top bar appear when hovering at the top of the screen, regardless of the |
Yeah, now I see the problem, thanks for clarification.
Was also thinking about this. Seems like a valid solution. I am even quite sure, that this combination (Fullscreen + |
Here's what I came up with as a fix for this issue, it includes a screen recording: Please share your thoughts. |
Anki 24.11 (Qt6) Windows 11
Deck Browser and Reviewer: Full-screen mode can be enabled via View > Toggle Full Screen using the mouse. However, there appears to be no way to exit full-screen mode without using the keyboard.
In the Card Browser, this is not an issue because the top bar (Edit, View, Notes, Cards, Go, Help) remains visible even in full-screen mode.
Suggestion: In the Deck Browser and Reviewer, either keep the top bar visible during full-screen mode or display it when hovering over the top of the screen with the mouse.
The text was updated successfully, but these errors were encountered: