This PR adds an option to hide the menubar at startup and a keybinding to toggle menubar visibility. Addresses #633.
Currently, there is no default keybinding set to toggle the menubar. This complicates reshowing the menubar if it is hidden at startup. A common key combination to toggle menubar visibility is `<Primary>m`, but that is already being used to toggle markers. Should the keybinding be reassigned? If not, what other keybinding should be used? You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2972
-- Commit Summary --
* <a href="https://github.com/geany/geany/pull/2972/commits/c2076abb31c4ffd44dbad845d30c48947129899b">Add option to hide menubar on startup</a>
-- File Changes --
M doc/geany.txt (1) M src/keybindings.c (11) M src/keybindings.h (2) M src/libmain.c (5) M src/plugindata.h (2) M src/ui_utils.c (2) M src/ui_utils.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/2972.patch https://github.com/geany/geany/pull/2972.diff