1

I saw it mentioned here: Google Chrome (Mac) set keyboard focus from address bar back to page

One way to get around not being able to move the focus from the search bar was to add JavaScript as a parameter to the search URL. I was trying to ask in the comments on the aforementioned page, but I'm not allowed to put in comments yet.

How do I do this?

Thank you!

1 Answers1

0
  1. URL is in focus: url in focus

  2. Press the left arrow key until your cursor precedes the entire url (including the HTTP and www). cursor at beginning of URL

  3. Type "javascript:" "javascript:" typed

  4. Press enter.

  5. The focus should have returned to the webpage.

Tyler N
  • 1,013
  • 4
  • 13
  • 22