Skip to content
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

feat: add option to hide menubar #1441

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pesader
Copy link

@pesader pesader commented Nov 14, 2022

I added a "View" submenu to the menubar, that allows the user hide the menubar. I also added a keyboard shortcut (Ctrl + M, as suggested in issue #1251) to toggle the visibility of the menubar. This preference is saved, so it can be restored once the user closes and reopens Zeal.

This preference is tipically only accessible in the "View" submenu, so I didn't add an entry for it in the "Preferences" window. I could do that as well, if you prefer.

I haven't been able to show/hide the menubar when Alt is pressed/released though, so this isn't ready. I decided to create this draft PR anyways, in case someone else knows how to that, since it would solve issue #1251 and make progress towards solving issue #1202.

Kooha-2022-11-14-17-25-20.mp4

@trollixx
Copy link
Member

Thanks for the contribution! I've been meaning to implement this by copying behavior from Firefox. The menu bar is not very useful as #1251 rightfully stated. I'd go further and hide it by default. Then rely on F10 to either show and focus the menu bar, or just focus when it's visible. Adding a submenu in a menu with a single item may seem to be an overkill, but that's where zoom options for #1256 should also go. Would you be willing to update PR with a similar UX?

image

@pesader
Copy link
Author

pesader commented Dec 2, 2022

Hey there! Of course, I'd love to contribute with that.
I'm busy with my final exams right now, but as soon as that's done I'll come back to this :)

Add a "View" submenu to the menubar, that allows the user hide
the menubar. Also add a keyboard shortcut (Ctrl + M) to toggle
the visibility of the menubar. This preference is saved, so it
can be restored once the user closes and reopens Zeal.

This preference is tipically only accessible through the menubar,
so don't add an entry for it in the "Preferences" window.
@trollixx trollixx linked an issue Apr 30, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: hide menu bar
2 participants