copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Quick Reference | AutoHotkey v2 This page contains information about the currently used version, the authors, the license, and a quick overview of the documentation
How to Install AutoHotkey For users of v1: AutoHotkey v2 includes a launcher which allows multiple versions of AutoHotkey to co-exist while sharing one file extension ( ahk) Installing AutoHotkey v1 and v2 into different directories is not necessary and is currently not supported
Hotkeys - Definition Usage | AutoHotkey v1 For the examples above and below which use ahk_group AltTabWindow, this window group is expected to be defined in the auto-execute section Alternatively, ahk_group AltTabWindow can be replaced with the appropriate ahk_class for your system
Variables and Expressions - Definition Usage | AutoHotkey v1 Variables and Expressions Table of Contents Variables Expressions Operators in Expressions Built-in Variables Variable Capacity and Memory Variables See Variables for general explanation and details about how variables work Storing values in variables: To store a string or number in a variable, there are two methods: legacy and expression The legacy method uses the equal sign operator (=) to
Using the Program | AutoHotkey v1 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 program, like a configuration file, but much more powerful
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 program, like a configuration file, but much more powerful