Thomas Henlich - 2015-08-09

Hi,

I published the Firefox add-on "Cycle Input Focus Plus" which provides keyboard shortcuts to directly focus username (Ctrl+Alt+U) and password (Ctrl+Alt+P) fields in a web page. It is to be used in combination with the KeePass auto-type feature. I tested it to work on 99% of webpages (estimated) and to make password input much more reliable (even after page layout changes).

Example auto-type entries:

Login+password:

^%u{USERNAME}{TAB}{PASSWORD}{ENTER}
^%p{PASSWORD}+{TAB}{USERNAME}{ENTER}

Password only:

^%p{PASSWORD}{ENTER}

The add-on is available here (currently pending review by Mozilla):

https://addons.mozilla.org/en-US/firefox/addon/cycle-input-focus-plus/

(Based on work by P.C Spruijtenburg)

Feel free to use and comment!