elextr commented on this pull request.
> @@ -468,6 +492,8 @@ void plugin_init(GeanyData *data)
0, 0, "split_vertical", _("Top and Bottom"),
menu_items.vertical);
keybindings_set_item(key_group, KB_SPLIT_UNSPLIT, kb_activate,
0, 0, "split_unsplit", _("_Unsplit"), menu_items.unsplit);
+ keybindings_set_item(key_group, KB_FOCUS_SPLIT_WINDOW, kb_activate,
+ 0, 0, "focus_split_window", _("Switch focus between windows"),
menu_items.switch_focus);
what about giving it a mnemonic, maybe f for focus?"
--
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/pull/721#pullrequestreview-114302720