Search code examples
google-chromedebuggingbrowsergoogle-chrome-devtoolsweb-inspector

Shortcut for switching between tabs in Chrome Developer Tools


Is there a pre-built shortcut that allows you to switch tabs in a similar manner you would with browser tabs?:

cmd + shift + {

cmd + shift + }

Referring to these tabs below:

enter image description here

Looked on the dev tools site but to no avail. If there's not a shortcut available what would be an ideal shortcut combo that's readily available to the keyboard?


Solution

  • In the DevTools Settings under Appearance check off (Linux/Win) Enable Ctrl + 1-9 shortcut to switch panels or (Mac) Enable Cmd/⌘ + 1-9 shortcut to switch panels. This will turn on the ability to use ctrl or cmd|⌘ switching just like tabs for the DevTools when they have focus.