About 51 results
Open links in new tab
  1. 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, …

  2. 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.

  3. Hotkeys - Definition & Usage | AutoHotkey v1

    Learn details about hotkeys in general, modifier symbols, context-sensitive hotkeys, custom combinations, mouse wheel hotkeys, function hotkeys, etc.

  4. AutoHotkey v2

    Dec 20, 2022 · 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 …

  5. Using the Program | AutoHotkey v2

    AutoHotkey doesn't do anything on its own; it needs a script to tell it what to do. A script is simply a plain text file with the .ahk filename extension containing instructions for the program, like a …

  6. AutoHotkey Documentation

    AutoHotkey DocumentationAutoHotkey v1.1 AutoHotkey v2.0

  7. How to Run Programs | AutoHotkey v2

    One of the easiest and most useful things AutoHotkey can do is allow you to create keyboard shortcuts (hotkeys) that launch programs. Programs are launched by calling the Run function, …

  8. Remapping Keys (Keyboard, Mouse and Controller) - AutoHotkey

    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 …

  9. Creating a Keyboard Macro or Mouse Macro | AutoHotkey v1

    Record and play back a keyboard macro or mouse macro with this free macro program. Each macro may optionally be assigned to a hotkey.

  10. Hotkey - Syntax & Usage | AutoHotkey v2

    The Hotkey function creates, modifies, enables, or disables a hotkey while the script is running.