Authotkey

  • Files with the .ahk extension.
  • When starting AHK, it will look for the default script (same name as executable)
  • The default script might be located in:
    • $USER/Documents
    • Or the folder where the AHK executable lies
  • Or you can also name the autohotkey.exe same as your script, and move it to your autostart folder (run shell:startup)

Map Caps Lock to Escape

Capslock::Esc