About 3,000,000 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. Using the Program | AutoHotkey v2

    Using the Program 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 …

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

  4. Script Showcase | AutoHotkey v2

    Show code Custom Increments for UpDown Controls Based on the v1 script by numEric This script demonstrates how to change an 's increment to a value other than 1 (such as 5 or 0.1). …

  5. Script Showcase | AutoHotkey v1

    This script watches while you edit an AutoHotkey script. When it sees you type a command followed by a comma or space, it displays that command's parameter list to guide you. In …

  6. Using the Program | AutoHotkey v1

    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 …

  7. Quick Reference | AutoHotkey v2

    Beginner tutorial by tidbit Text editors with AutoHotkey support Frequently asked questions Scripts: Concepts and conventions: explanations of various things you need to know. Scripting …

  8. Scripts - Definition & Usage | AutoHotkey v1

    Scripts Related topics: Using the Program: How to use AutoHotkey, in general. Concepts and Conventions: General explanation of various concepts utilised by AutoHotkey. Scripting …

  9. How to Run Example Code | AutoHotkey v2

    Support varies between editors, but the most important features are (in my opinion): The ability to run the script with a keyboard shortcut (such as F5). Syntax highlighting to make the code …

  10. Scripts - Definition & Usage | AutoHotkey v2

    Introduction Each script is a plain text file containing lines to be executed by the program (AutoHotkey.exe). A script may also contain hotkeys and hotstrings, or even consist entirely of …