ralf3u left a comment (geany/geany#2914)

The shortcut "Toggle focus between editor and sidebar" should be easy to 
program because the code for the focus already exists (shortcut "Switch to 
Editor" and shortcut "Switch to Sidebar"). The shortcut would be like this:
```
IF (editor has focus OR content-area of the sidebar has focus) THEN
(IF editor has focus THEN set content-area of the sidebar in focus ELSE set 
editor in focus).
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2914#issuecomment-2699795763
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/2914/2699795...@github.com>

Reply via email to