Tips & Tricks for using functions in AutoHotkey Functions in AutoHotkey are a great tool to have in your bag! They can definitely help simplify your code, ease re-purposing of code and avoid a lot of simple mistakes by keeping the variables local (instead of global).














