ralf3u created an issue (geany/geany#4257) The shortcut "Toggle sidebar and focus" should do the same like the current shortcut "Toggle Sidebar" but with the difference that also the focus is toggling. So the shortcut would be like this: ``` IF sidebar is disabled THEN enable sidebar and set focus on the content-area of the sidebar, ELSE disable sidebar and set focus to the editor. ``` The shortcut should be easy to program because the code for the shortcut "Toggle Sidebar" already exists, and because the code for the focus also exists (shortcut "Switch to Editor" and shortcut "Switch to Sidebar").
-- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4257 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4...@github.com>