AutoHotkey: create custom keyboard shortcut to simplify your life

Have you ever written the same repetitive phrases in emails to customers or instructions during code development? Do you have an amount of boring tasks that could become a little faster and automated? If so, give AutoHotkey a try!

AutoHotkey is a free and easy to use tool for Windows that allows you to create custom shortcut and automate tedious tasks with a simple script.

Usage examples

This a set of very simple tasks, AutoHotKey can do a lot more!

How to install

  1. Download AutoHotkey, there’s also the portable version if you aren’t system administrator (Download AutoHotkey .zip)
  2. Create a new text file with .ahk extension, e.g. myScript.ahk and write your commands
  3. Set the .ahk extension to be opened by default with AutoHotKey: right click myScript.ahk – Properties – Open with: AutoHotkey
  4. Set AutoHotkey to be always active:
    1. create a shortcut to myScript.ahk (right click – > Send to desktop, create shortcut)
    2. copy the shortcut in the Windows startup folder  (Usually C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup OR C:\Users\[Username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup)
  5. Double click myScript.ahk to run AutoHotKey

Documentation

Una risposta a “AutoHotkey: create custom keyboard shortcut to simplify your life”

I commenti sono chiusi.