49

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?

Carl Edwards
  • 13,826
  • 11
  • 57
  • 119
  • This website has a lot of commands for dev mode: https://developers.google.com/web/tools/chrome-devtools/inspect-styles/shortcuts but I don't think there's a shortcut for switching between those tabs. – rassar Oct 15 '16 at 14:25
  • if you're working on sources tab, it has a console (so no need to switch to console tab) – Jason Aug 04 '17 at 23:08

3 Answers3

69

Try this:

To go to left panel

Ctrl + [

To go to right panel

Ctrl + ]

For other panel shorcuts,

Go to Developer options/tools then Click on Settings or by pressing F1

View Settings image

Then go to "Shortcuts" and scroll down to "All Panels"

View Shorcuts image

Firoz Memon
  • 4,282
  • 3
  • 22
  • 32
60

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.

Elijah Lynn
  • 12,272
  • 10
  • 61
  • 91
Garbee
  • 10,581
  • 5
  • 38
  • 41
1

I'd like to use the ⌘ + [ and ⌘ + ] shortcuts to switch between DevTools tabs using a French QWERTY keyboard (on macOS).

On QWERTY, we need to press ⌥ + Shift + { to type [, but in combination with the Command key, that would become ⌘ + ⌥ + Shift + {. Not only is that almost impossible to type, but it also doesn't work.

It is not possible to redefine that keyboard shortcut in DevTools Shortcuts settings so I guess QWERTY users are out of luck unless someone knows a solution.

Roel
  • 335
  • 1
  • 3
  • 10