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. 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. Script Showcase | AutoHotkey v2

    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 AutoHotkey v2 Scripts and …

  4. Using the Program | AutoHotkey v2

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

  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. GitHub - justDeek/AutoHotkey-Collection: A personal collection of ...

    A personal collection of AutoHotkey scripts that improve the developer experience and are also useful in general. - justDeek/AutoHotkey-Collection

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

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

  9. Quick Reference | AutoHotkey v2

    In addition, many of AutoHotkey's enhancements to the AutoIt v2 command set, as well as the Window Spy and the old script compiler, were adapted directly from the AutoIt v3 source code. …

  10. How to Run Example Code | AutoHotkey v2

    The easiest way to get started quickly with AutoHotkey is to take example code, try it out and adapt it to your needs.