
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.
How to Install AutoHotkey
Installing AutoHotkey v1 and v2 into different directories is not necessary and is currently not supported. If you are installing for all users, you will need to provide administrator consent in the standard UAC …
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.
AutoHotkey v2
AutoHotkey v2 aims to improve the usability and convenience of the language and command set by sacrificing backward compatibility. As such, scripts written for v1 generally will not work without …
Using the Program | AutoHotkey v2
In Explorer, right-click in empty space in the folder where you want to save the script, then select New and AutoHotkey Script. You can then type a name for the script (taking care not to erase the .ahk …
Using the Program | AutoHotkey v1
In Explorer, right-click in empty space in the folder where you want to save the script, then select New and AutoHotkey Script. You can then type a name for the script (taking care not to erase the .ahk …
How to Run Example Code | AutoHotkey v2
Download the code as a file. If your browser supports it, you can download any code block (such as the one above) as a script file by clicking the ↓ button which appears in the top-right of the code block …
Quick Reference | AutoHotkey v1
In addition, many of AutoHotkey's enhancements to the AutoIt v2 command set, as well as the Window Spy and the old script compiler, were adapted directly from the AutoIt v3 source code.
AutoHotkey | Uninstallation
Below you will find instructions on how to uninstall AutoHotkey from your Microsoft Windows system. Depending on which version you have, the steps may somewhat differ. Please navigate to the …
Portable Installation of AHK - AutoHotkey Community
Mar 2, 2016 · What says "nope"? The installer is just a compiled AutoHotkey script. It should not require any special permissions to show the installer GUI. Windows itself (on the work machine) is locked …