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-clicking, …

  2. Beginner Tutorial | AutoHotkey v2

    Learn how to download and install AutoHotkey, to create a script, to use hotkeys and hotstrings, to send keystrokes, to run programs, etc.

  3. 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 for the …

  4. AHK v2 scripts - GitHub

    Nov 29, 2024 · AHK v2 scripts Here are some AutoHotkey scripts written in AHK v2. The script showcase contains a mix of custom shortcut keys and text replacement intended to perform useful …

  5. 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 Language: …

  6. 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 addition, you can press …

  7. Scripts - Definition & Usage | AutoHotkey v2

    Convert a Script to an EXE (Ahk2Exe): Convert a .ahk script into a .exe file that can run on any PC. Passing Command Line Parameters to a Script: The variable A_Args contains the incoming …

  8. AutoHotkey Documentation

    AutoHotkey DocumentationAutoHotkey v1.1 AutoHotkey v2.0

  9. Using the Program | AutoHotkey v1

    A script is simply a plain text file with the .ahk filename extension containing instructions for the program, like a configuration file, but much more powerful.

  10. Script Showcase | AutoHotkey v2

    AutoHotkey Script Showcase This showcase lists some scripts created by different authors which show what AutoHotkey might be capable of. For more ready-to-run scripts and functions, see . Table of …