Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keyboard shortcut to switch focus from web developer tools to page in Chrome

I use Vimium for Chrome, which allows me to refresh with the r key. When I am using the dev tools I lose focus of the page, and have to click in the page in order to use r again (though I would obviously just refresh with the button). Does anyone know of a keyboard shortcut to switch from the dev tools back to the page? I know you can use cmd [ to switch panes inside of the dev tools, but can't find a way to switch back to the page.

like image 205
dc- Avatar asked Jun 11 '12 14:06

dc-


People also ask

What is Ctrl Shift M in Chrome?

Open the Chrome Help Center in a new tab. F1. Log in a different user or browse as a Guest. Ctrl + Shift + m. Open a feedback form.

What does Ctrl Shift J do in Chrome?

The shortcut to open the Developer tools is Ctrl Shift J , but I'm used to F12 from Firebug... Is there a way to change this shortcut to F12 ? F12 for developer tools now seems to be a default shortcut.

What is Ctrl F12 in Chrome?

The F12 key is a function key found at the top of almost all computer keyboards. The key is most often used to open Firebug, Chrome Developer Tools, or other browsers debug tool.


1 Answers

  • When Chrome DevTools is focused, Shift + F6 will focus on the page content.
  • When Chrome DevTools is open and the page content is focused, F6 will focus on Chrome DevTools.

Reference: https://support.google.com/chrome/answer/157179

Google Chrome Feature Shortcuts

F6 Switch focus forward between the Address bar, Bookmarks bar (if showing), and page content
Shift + F6 Switch focus backward between the Address bar, Bookmarks bar (if showing), and page content

like image 58
Mike Avatar answered Oct 17 '22 06:10

Mike