[Github-comments] [geany/geany] Hide Menu Bar (#633)

xiota notifications at xxxxx
Wed Sep 22 08:40:55 UTC 2021


> But the menu bar is still there. The menu bar disappears only if I scroll within a document or if I type something. Is this the normal behavior?

On my computer, the menubar disappears immediately, in its entirety.  It might be a window manager issue with compositing or the GPU.

> How can I enable the menu bar so I can see again the menu bar with the menu?

You need to assign a shortcut to a script that can show the menu again.  You can use the toggle-menu script, which will flip visibility back and forth, or write a new script that says `geany.signal("hbox_menubar", "show")`.  Then you'd need to create a file `hotkeys.cfg` that lists the scripts you want to be able to assign shortcuts to.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/633#issuecomment-924712650
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210922/1fb18d7b/attachment.htm>


More information about the Github-comments mailing list