In Intellij, is there any key mapping to switch between tabs in an active tool window? E.g. I in the Debug tool window you have tabs such as Deployment
, Server
, Output
, Frames
, Variables
and you can even configure them to be nested. e.g have Frames
and Output
as subtabs in Server
tab. Is there any key combination to switch between those tabs similarly to switching between Tool Windows and Editor
with Ctrl + Tab ?
Alt + down arrow
opens a popup to select a tool tab in the focused panel (just like Ctrl + Tab
does for editor views). Alt + right/left arrow
selects the next/previous tool/editor tab.