Learn AutoHotKey by stealing my scripts

AutoHotKey is the ultimate Windows automation tool, but its complexity can be overwhelming. That’s why I’m sharing my collection of annotated AHK scripts, which cover various tasks such as quickly opening specific folders, inserting dates and symbols, and adding new hotkeys to programs. For those who love vim, there’s even a modal hotkey system. Additionally, there’s a GUI demo and a script to convert timestamps into UTC and local time. This codebase is designed to be educational, so every script is heavily commented to explain not just what it does, but also why it’s written that way. If you have any questions or suggestions, feel free to reach out.

https://www.hillelwayne.com/post/ahk-scripts-project/

To top