- AutoHotkey Documentation
AutoHotkey Documentation AutoHotkey v1 1 AutoHotkey v2 0
- Quick Reference | AutoHotkey v2
This page contains information about the currently used version, the authors, the license, and a quick overview of the documentation
- 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, etc
- Beginner Tutorial | AutoHotkey v1
Learn how to download and install AutoHotkey, to create a script, to use hotkeys and hotstrings, to send keystrokes, to run programs, etc
- 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 examples in code blocks such as the one below MsgBox "Hello, world!" Most (but not all) examples can be executed as-is to demonstrate their effect There are generally two ways to do this: Download the code as
- Scripting Language | AutoHotkey v2
Scripting Language An AutoHotkey script is basically a set of instructions for the program to follow, written in a custom language exclusive to AutoHotkey This language bears some similarities to several other scripting languages, but also has its own unique strengths and pitfalls This document describes the language and also tries to point out common pitfalls See Concepts and Conventions
|