*** Welcome to piglix ***

AutoHotkey

AutoHotkey
AutoHotkey logo.png
Developer(s) Chris Mallett, Steve Gray
Stable release
1.1.24.03 / November 19, 2016; 3 months ago (2016-11-19)
Preview release
2.0-a077 / November 26, 2016; 3 months ago (2016-11-26)
Repository github.com/Lexikos/AutoHotkey_L/
Operating system Microsoft Windows
Type Scripting language Automation GUI utility
License GPL
Website ahkscript.org

AutoHotkey is a free, open-source custom scripting language for Microsoft Windows, initially aimed at providing easy keyboard shortcuts or hotkeys, fast macro-creation and software automation that allows users of most levels of computer skill to automate repetitive tasks in any Windows application. User interfaces can easily be extended or modified by AutoHotkey (for example, overriding the default Windows control key commands with their Emacs equivalents). The AutoHotkey installation includes its own extensive help file with an always updated web-based version.

AutoHotkey scripts can be used to launch programs, open documents, send keystrokes and mouse clicks and movements. AutoHotkey scripts can also assign, retrieve, and manipulate variables, run loops and manipulate windows, files, and folders. These commands can be triggered by a hotkey, such as a script that would open an internet browser whenever the user presses Ctrl+Alt+i on the keyboard. Keyboard keys can also be remapped or disabled, such that pressing the letter q, for example, might result in the computer receiving a letter r, or nothing at all. AutoHotkey also allows for 'hotstrings' that will automatically replace certain text as it is typed; the most typical use for hotstrings is expanding abbreviations, such as assigning the string "btw" to send the text "by the way" when typed, or the text "%o" to send "percentage of".


...
Wikipedia

...