[Github-comments] [geany/geany] Keybinding for switching focus to splitwindow. Fix #631 (#721)
elextr
notifications at xxxxx
Mon Apr 23 09:23:10 UTC 2018
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180423/8127b2bf/attachment.html>
More information about the Github-comments
mailing list