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

前端 未结 12 596
慢半拍i
慢半拍i 2020-12-12 21:50

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 or

12条回答
  •  再見小時候
    2020-12-12 22:12

    • 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

提交回复
热议问题