AutoHotkey
www.autohotkey.com
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.
How to Install AutoHotkey
www.autohotkey.com
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.
AutoHotkey Documentation
www.autohotkey.com
This page provides an overview of the official AutoHotkey documentation and community-maintained translations.
AutoHotkey
www.autohotkey.com
Foundation Copyright © 2013-2025 AutoHotkey Foundation LLC
Index of /download/2.0 - AutoHotkey
www.autohotkey.com
Index of /download/2.0 Downloads for AutoHotkey 2.0
List of Keys (Keyboard, Mouse and Controller) | AutoHotkey v1
www.autohotkey.com
This page lists all mouse buttons, keyboard keys and controller buttons which can be used for hotkeys and key-specific commands/functions.
Beginner Tutorial | AutoHotkey v1
www.autohotkey.com
Learn how to download and install AutoHotkey, to create a script, to use hotkeys and hotstrings, to send keystrokes, to run programs, etc.
301 Moved Permanently
autohotkey.com
301 Moved Permanently 301 Moved Permanently cloudflare
AutoHotkey | Uninstallation
www.autohotkey.com
Click Apps. Under Apps & features, find and click AutoHotkey. Click Uninstall. Confirm by clicking Uninstall. Click Uninstall. Windows 8, 7, or Vista On your computer, close all AutoHotkey scripts and processes. Open the Control Panel: Windows 7 & Vista: Click the Start menu and then Control Panel. Windows 8: Point to the top right of your screen.
How to Send Keystrokes | AutoHotkey v2
www.autohotkey.com
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 most generally. More direct methods tend to work only in particular types of app. There are broadly two parts to learning how to send keys: How to write the code so that the program knows which keys you want to ...