About 2,270,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

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

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

    AutoHotkey remapping guide for customizing keyboard shortcuts and enhancing productivity.

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

  5. Hotkeys - Definition & Usage | AutoHotkey v1

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

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

  7. MouseClick - Syntax & Usage | AutoHotkey v1

    The MouseClick command clicks or holds down a mouse button, or turns the mouse wheel.

  8. Objects - Definition & Usage | AutoHotkey v2

    How to use objects, define new types of objects, and other details about how objects work in AutoHotkey.

  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.