> 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