Keyboard Shortcut for Navigating to a Text Field in Google Chrome

I am trying to use keyboard shortcuts more and more and have run across something I've not been able to figure out. If there is a text box on the page that I want to enter text into, how can I navigate to that field quickly without actually clicking on it with the mouse?

  • I know I can just start tabbing and eventually get to it
  • I've tried using Ctrl-F to find text near it and then tab to it

Any ideas?


Natively there's no keyboard shortcut to do this, so I fear there's no real solution for this.

What you could try is write a Sikuli script to look for text boxes and then make it mouse click in it.

However, this would only work if the textboxes are similar to the one you use in your script.


Install the Vimium extension for Google Chrome.

Vimium logo

Usage

  1. Type f and all controls and links get a letter combination; here an example for the www.google.com page:

    Google.com website with Vimium shortcuts

  2. Now type n to put the cursor focus in the text field; n because that's what Vimium assigned to this particular textfield.

  3. That's it.


With the Vimium extension, you can use the command gi to focus the first (or n-th) text input box on the page.