Warm tip: This article is reproduced from stackoverflow.com, please click
intellij-idea keymapping

Switching tabs in active Tool Window in Intellij Idea

发布于 2020-03-31 22:59:37

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 ?

Questioner
Kamil Roman
Viewed
73
Darek Kay 2014-09-27 02:16
  • 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.