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

前端 未结 12 595
慢半拍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:29

    Shamelessly copied from Hugh Lee


    1. Hit F6 or Cmd + L or Ctrl + L and focus the address bar
    2. Type javascript: and hit the enter key.

    Now you can move focus to the page only with j.


    But javascript: is too long, isn't it? Then follow this.

    Go to Chrome Settings page
    Click "Manage search engines..." in the Search section
    Add a new search engine with
        any name e.g. Back to page
        any keyword e.g. j
        URL - javascript:
    

提交回复
热议问题