This folder is dedicated to learning and creating projects using AutoHotkey (AHK), a free, open-source automation scripting language for Windows. AHK is commonly used for creating auto-clickers, keyboard shortcuts, text expansion, and other automation tasks.
This workspace serves as a central location for:
- Learning AutoHotkey scripting
- Developing automation scripts
- Experimenting with new ideas
- Organizing completed and in-progress projects
Scripts created by other developers that you've collected for reference, learning, or use.
Your personal AutoHotkey scripts, organized by completion status:
completed/- Finished, working scripts ready for usein-progress/- Scripts currently being developed or refined
A workspace for ideas and experimental scripts:
ideas/- Promising concepts that haven't been completed yettrash/- Rough ideas or experiments you want to keep but aren't actively pursuing
- Install AutoHotkey: Run
AutoHotkey_1.1.37.02_setup.exe(included in this folder) or download the latest version from autohotkey.com - Learn the basics: Check out the official documentation
- Start scripting: Create
.ahkfiles and double-click to run them
- AutoHotkey Documentation
- AutoHotkey Community Forums
- COLOR_CLICKER_GUIDE.md - Guide for using color-based clicking automation