[Github-comments] [geany/geany] Keybinding for switching focus to splitwindow. Fix #631 (#721)
Abel Serrano Juste
notifications at xxxxx
Mon Apr 23 16:44:51 UTC 2018
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.
> @@ -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 or view it on GitHub:
https://github.com/geany/geany/pull/721#pullrequestreview-114404974
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180423/7d25c8f7/attachment-0001.html>
More information about the Github-comments
mailing list