This PR adds keybindings to switch focus between:
* Editor and VTE * Editor and Sidebar * Editor and Message Window
It also adds a keybinding to switch focus to the status tab (every other msgwin tab has a keybinding). Existing keybindings to change focus are unchanged, for those who prefer them.
This PR cannot be put in a plugin because the VTE grabs focus and won't let it go except for shortcuts in the focus group. There is an option to make the VTE not override shortcuts, but then it becomes unusable because it doesn't respond to expected VTE shortcuts.
I understand there is currently a string freeze, so this PR won't get much attention for a while. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2919
-- Commit Summary --
* <a href="https://github.com/geany/geany/pull/2919/commits/854c79662e7be91250264523ab4c6911adf8b9b7">Add keybindings to toggle focus between:</a>
-- File Changes --
M src/keybindings.c (100) M src/keybindings.h (4)
-- Patch Links --
https://github.com/geany/geany/pull/2919.patch https://github.com/geany/geany/pull/2919.diff