- 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
- AutoHotkey Documentation
AutoHotkey DocumentationAutoHotkey v1 1 AutoHotkey v2 0
- Beginner Tutorial | AutoHotkey v2
Learn how to download and install AutoHotkey, to create a script, to use hotkeys and hotstrings, to send keystrokes, to run programs, etc
- Using the Program | AutoHotkey v2
Call AutoHotkey exe on the command line and pass the script's filename as a command-line parameter After creating the default script, launch AutoHotkey via the shortcut in the Start menu to run it
- 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 changes on v2
- Remapping Keys (Keyboard, Mouse and Controller) | AutoHotkey v2
Registry remapping is generally more pure and effective than AutoHotkey's remapping For example, it works in a broader variety of games, it has no known alt-tab issues, and it is capable of firing AutoHotkey's hook hotkeys (whereas AutoHotkey's remapping requires a workaround)
- How to Install AutoHotkey
https: www autohotkey com download - the main download links are for the current exe installer, but there are also links to the current zip package and archive of older versions
- Quick Reference | AutoHotkey v2
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
|