Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 707
Carl Edwards Avatar asked Oct 15 '16 14:10

Carl Edwards


People also ask

How do I quickly switch between tabs in Chrome?

The keyboard shortcut Cmd + Shift + A (Mac) or Alt + Shift + A (Windows) is the easiest way to switch between tabs in Chrome. This shortcut pulls up a sidebar of your recent tabs.

Is there a shortcut for switching tabs?

Press Ctrl + Shift + Tab (or Ctrl + Page Up) on your Windows or Linux computer.


2 Answers

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

like image 188
Firoz Memon Avatar answered Sep 21 '22 15:09

Firoz Memon


In the DevTools Settings under Appearance check off Enable Ctrl + 1-9 shortcut to switch panels. This will turn on the ability to use ctrl switching just like tabs for the DevTools when they have focus.

like image 45
Garbee Avatar answered Sep 19 '22 15:09

Garbee