Reputation: 2430
Is there a shortcut key to switch between the Chrome dev panels while you are working there like the ALT+TAB functionality for Windows?
If not, then is it possible to configure it or write a plugin for this purpose?
Also, I know that we have this shortcut key Ctrl+[ and Ctrl+] to move between the panels but how to get to the last working panel with keyboard shortcut key?
For example:
You want to switch between two panels:- sources
Upvotes: 0
Views: 145
Reputation: 77521
In the Dev Tools, there's a handy Shortcuts reference, accessible by going to Settings (gear icon).
Of note:
- Ctrl + [ / Ctrl + ] Go to the panel to the left/right
- Ctrl + Alt + [ / Ctrl +Alt + ] Go back/forward in panel history
Upvotes: 3