

Scripts can be started automatically when the computer starts. Typing "btw" could be made to produce the text "by the way". A typical use for hotstrings is expanding abbreviations. ĪutoHotkey also allows for 'hotstrings' that will automatically replace certain text as it is typed.

The same keys could be disabled, such that pressing Ctrl+ N might result in nothing happening at all.

Keyboard keys can be remapped, such that pressing Ctrl+ N might result in the active window receiving an en dash (–). When the user presses a combination of keys, such as Ctrl+ Alt+ I on the keyboard, a script could open a web browser. ĪutoHotkey scripts can also change variables and manipulate windows, files, and folders.ĪutoHotkey scripts can be started by a hotkey.

Features ĪutoHotkey scripts can be used to load programs, open documents, and issue keystrokes and mouse clicks. Documentation is available on the internet. The AutoHotkey installation includes a help file. For example, replacing the Windows control key commands with their Emacs equivalents. User interfaces can be extended or modified by AutoHotkey. It allows users to automate repetitive tasks in any Windows application. It allows users to create keyboard shortcuts or hotkeys, fast macro-creation and software automation. Scripting language Automation GUI utilityĪutoHotkey is a free, open-source scripting language for Microsoft Windows.
