Fill in an entire form with just a few keystrokes

Autohotkey script to submit the form by pressing lma:
# Press "lma" to fill in the form
:*:lma::admin@mega-app.com{tab}my_super_secret_pwd{tab}{space}{tab}{enter}
Step by step: itenium blog post
Installing the script
  • Download and install Autohotkey (Pick Autohotkey 1.1)
  • Create a file with the extension ahk
  • Paste the Autohotkey code from above in the file
  • Double click your newly created file to activate the hotstring
  • Press lma while the cursor is in the email input on this page
  • Tadaam!

To start your Autohotkey hotstrings with Windows put a file shortcut in your startup folder.
To get to this directory:

Windows + E
Control + L
shell:startup


Usually something like:
C:\Users\your_user_name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
your_user_name: $env:USERNAME (PS1) or %USERNAME% (CMD)