About 2,160,000 results
Open links in new tab
  1. 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.

  2. Auto Clicker - AutoHotkey Community

    Jul 1, 2016 · Hello. I need an auto clicker script that clicks about 12 cps and is toggled using ctrl+z. Also I want the auto clicker to work even if my mouse is hovering over a game screen. …

  3. ControlClick - Syntax & Usage | AutoHotkey v1

    The ControlClick command sends a mouse button or mouse wheel event to a control.

  4. FormatTime - Syntax & Usage | AutoHotkey v1

    The FormatTime command transforms a YYYYMMDDHH24MISS timestamp into the specified date/time format.

  5. autohotkey - Insert the date and time in any text box from …

    Mar 9, 2023 · The AutoHotkey icon should appear in the system tray. Press the Windows key + Z keyboard shortcut to insert the current date and time into any text box that has focus. In the …

  6. Click - Syntax & Usage | AutoHotkey v1

    The Click command clicks a mouse button at the specified coordinates. It can also hold down a mouse button, turn the mouse wheel, or move the mouse.

  7. autohotkey - What is the right way to send Alt - Stack Overflow

    Mar 13, 2016 · !{Tab} In Autohotkey you generally need a line that has a command, then a parameter, like these examples: Run, notepad.exe Sleep, 1000 Send, Hello So obviously, if …

  8. Dota 2 Invoker Script - Gaming Scripts - AutoHotkey Community

    Nov 25, 2012 · Dota 2 Invoker Script - posted in Gaming Scripts: This script will help you play Invoker in Dota 2, it will invoke a certain spell with 1 key instead of doing the combinationEach …

  9. StrSplit () - Syntax & Usage | AutoHotkey v1

    The StrSplit function separates a string into an array of substrings using the specified delimiters.

  10. autohotkey - How to build AHK scripts automatically on startup?

    Jan 18, 2017 · What I've tried so far: Looking to build a post startup, startup script: This Is concerned with using an AHK script to start many programs on starup. I use Windows' Task …