pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.62k stars 516 forks source link

How using keys switch focus to output console and to the editor window? #1150

Open 9Demien9 opened 2 years ago

9Demien9 commented 2 years ago

I don't use the mouse much. How using keys switch focus to output console and back to the editor window? Maybe it can be customized? I am grateful in advance.

pkulchenko commented 2 years ago

Jumping back to the editor can be achieved by using Ctrl-P (commandbar), but I don't think there is a simple way to jump to the output panel or the filetree.

I've been thinking about adding fuzzy search for panel and menu items, which can be used for switching to them, but haven't gotten to that point yet.

I'm curious, what would you expect to work?

9Demien9 commented 2 years ago

Ctrl + p - already good, thanks! In my opinion, it would be possible to go two ways:

  1. Reserve a keyboard shortcut for alternately switching Project/Editor/Output, inside already implemented switch between each other via Ctrl-Tab (Project/Outline)
  2. Make, by analogy with Ctrl-p, a choice, a different keyboard shortcut for each space with a choice for subwindows.