@b4n commented on this pull request.
> @@ -161,6 +162,7 @@ static KeyCmdHashEntry key_cmd_hash_entries[] = {
{"SELECT_WORDPARTRIGHT", GEANY_KEY_GROUP_SELECT,
GEANY_KEYS_SELECT_WORDPARTRIGHT},
{"SETTINGS_PLUGINPREFERENCES", GEANY_KEY_GROUP_SETTINGS,
GEANY_KEYS_SETTINGS_PLUGINPREFERENCES},
{"SETTINGS_PREFERENCES", GEANY_KEY_GROUP_SETTINGS,
GEANY_KEYS_SETTINGS_PREFERENCES},
+ {"TOGGLE_MENUBAR", GEANY_KEY_GROUP_TOGGLE, GEANY_KEYS_TOGGLE_MENUBAR},
```suggestion
{"TOGGLE_MENUBAR", GEANY_KEY_GROUP_VIEW, GEANY_KEYS_TOGGLE_MENUBAR},
```
I believe
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1534#pullrequestreview-3689222561
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1534/review/[email protected]>