Shortcut for switching between tabs in Chrome Developer Tools

browser, debugging, google-chrome, google-chrome-devtools, web-inspector

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.

Problem

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: 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?

Original source

Related problems