Open alhafoudh opened 2 months ago
Not as far as I know. But that is a good idea for an enhancement.
Something like:
CTRL+ALT+LEFT_ARROW
for the previous tab
CTRL+ALT+RIGHT_ARROW
for the next tab
So the somewhat default keybinds for tab switching is already used in Godot, but only for the Scenes.
This is the same shortcut as in modern browsers for switching tabs.
So this is unfortunately not bound to the TabContainer
itself, which would make more sense, but only implemented for Scenes.
I'm not sure if we can consume this and use it instead for the Script Tabs, when focused.
Something like: CTRL+ALT+LEFT_ARROW for the previous tab CTRL+ALT+RIGHT_ARROW for the next tab
Maybe some preference key binding which user can do?
This is a great feature request. And yes, it would be great if the keyboard shortcuts were not ones that are already used by something else, so that no functionality gets lost.
Hi, is it possible to navigate between script editor tabs using keyboard?