Search code examples
intellij-ideakeymapping

Switching tabs in active Tool Window in Intellij Idea


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 ?


Solution

    • 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.