@elextr commented on this pull request.


In plugins/splitwindow.c:

> @@ -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, view it on GitHub, or mute the thread.