About 1,910,000 results
Open links in new tab
  1. AutoHotkey

    What is 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 …

  2. Hotkey - Syntax & Usage | AutoHotkey v1

    Hotkey Creates, modifies, enables, or disables a hotkey while the script is running. Hotkey, KeyName , Label, Options Hotkey, IfWinActive/Exist , WinTitle, WinText Hotkey, If , …

  3. Hotkeys - Definition & Usage | AutoHotkey v2

    Hotkeys (Mouse, Controller and Keyboard Shortcuts) Table of Contents Introduction and Simple Examples Hotkey Modifier Symbols Context-sensitive Hotkeys Custom Combinations Other …

  4. Hotkey - Syntax & Usage | AutoHotkey v2

    Hotkey Creates, modifies, enables, or disables a hotkey while the script is running. Hotkey KeyName , Action, Options Parameters KeyName Type: String Name of the hotkey's …

  5. Hotkeys - Definition & Usage | AutoHotkey v1

    Hotkeys (Mouse, Controller and Keyboard Shortcuts) Table of Contents Introduction and Simple Examples Hotkey Modifier Symbols Context-sensitive Hotkeys Custom Combinations Other …

  6. How to Write Hotkeys | AutoHotkey v2

    A hotkey is a key or key combination that triggers an action. For example, Win + E normally launches File Explorer, and F1 often activates an app-specific help function.

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

  8. List of Keys (Keyboard, Mouse and Controller) | AutoHotkey v1

    This page lists all mouse buttons, keyboard keys and controller buttons which can be used for hotkeys and key-specific commands/functions.

  9. AutoHotkey Documentation

    AutoHotkey DocumentationAutoHotkey v1.1 AutoHotkey v2.0

  10. Using the Program | AutoHotkey v2

    Comprehensive guide to AutoHotkey v2 programming, including syntax, commands, functions, and examples for creating scripts and automating tasks.