
Beginner Tutorial | AutoHotkey v2
AutoHotkey Beginner Tutorial by tidbit Table of Contents The Basics Downloading and installing AutoHotkey How to create a script How to find the help file on your computer Hotkeys & …
Beginner Tutorial | AutoHotkey v1
AutoHotkey Beginner Tutorial by tidbit Table of Contents The Basics Downloading and installing AutoHotkey How to create a script You cannot merge commands How to find the help file on …
AutoHotkey
AutoHotkey is a free, open-source scripting language for Windows that allows users to easily create small to complex scripts for all kinds of tasks such as: form fillers, auto-clicking, macros, …
Quick Reference | AutoHotkey v2
Beginner tutorial by tidbit Text editors with AutoHotkey support Frequently asked questions Scripts: Concepts and conventions: explanations of various things you need to know. Scripting …
How to Run Example Code | AutoHotkey v2
How to Run Example Code The easiest way to get started quickly with AutoHotkey is to take example code, try it out and adapt it to your needs. Within this documentation, there are many …
Using the Program | AutoHotkey v2
Comprehensive guide to AutoHotkey v2 programming, including syntax, commands, functions, and examples for creating scripts and automating tasks.
How to Install AutoHotkey
Using the Program covers the basics of how to use AutoHotkey. Consider installing an editor with AutoHotkey support to make editing and testing scripts much easier.
Quick Reference | AutoHotkey v1
Tutorial for beginners Text editors with AutoHotkey support Frequently asked questions Scripts: Concepts and conventions: explanations of various things you need to know. Scripting …
AutoHotkey Documentation
AutoHotkey DocumentationAutoHotkey v1.1 AutoHotkey v2.0
How to Send Keystrokes | AutoHotkey v2
How to Send Keystrokes Send "Hello, world{!}{Left}^+{Left}" Sending keystrokes (or keys for short) is the most common method of automating programs, because it is the one that works …