@Akronix commented on this pull request.

No problem. But I'm wondering, what are these mnemonics there for? Because Side by Side and Top and Bottom do not have.


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);

No problem. But I'm wondering, what are these mnemonics there for? Because Side by Side and Top and Bottom do not have.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.