I'm using a Chrome extension called Vimium which allows me to navigate quickly through a page, it inserts letters as commands on all the parts of the page that I can iteract with when I press f on the keyboard, but it is only enabled if the element I selected isn't an input (because if I press it on input, obviously I type something).
In some cases I'm having a little difficulty with navigation:
- When I open a page and it starts with an
inputfocused, then I need to press tab to go to the next element, then I can use the extension as normal. - When I select an
inputor other entry element, and there are many other inputs after that, I need to tap tab many times to escape all of them.
Is there a way to remove focus from all inputs on the page at once, or automatically?