Documentation for sneek peak (comes with excellent documentation

TwitterFacebook
Get flash to fully experience Pearltrees
Quick-start Tutorial : A short introduction to help you start scripting your own macros and hotkeys right away.

Documentation

http://www.autohotkey.com/docs/

GUI

Unless otherwise specified in Options , this command makes the window visible, unminimizes it (if necessary), activates it, and sets its title. If Title is omitted, the previous title is retained (or if none, the script's file name is used). http://www.autohotkey.com/docs/commands/Gui.htm

Expression Examples: "" %% () and all that

http://www.autohotkey.net/~deleyd/xprxmp/autohotkey_expression_examples.htm Strings containing numbers are converted to numbers when needed, and the result is converted back to a string.
http://www.autohotkey.com/docs/KeyList.htm

List of Keys and Mouse/Joystick Buttons for Hotkeys and Macros

WheelLeft and WheelRight [v1.0.48+] - these two require a mouse with left/right scrolling capability, but they have no effect on operating systems older than Windows Vista.

Hotkeys (Mouse, Joystick and Keyboard Shortcuts)

Hotkeys are sometimes referred to as shortcut keys because of their ability to easily trigger an action (such as launching a program or keyboard macro ). http://www.autohotkey.com/docs/Hotkeys.htm

Tutorial: Macro and Hotkey Creation

http://www.autohotkey.com/docs/Tutorial.htm Each script is a plain text file containing commands to be executed by the program (AutoHotkey.exe).
Each script is a plain text file containing lines to be executed by the program (AutoHotkey.exe). A script may also contain hotkeys and hotstrings , or even consist entirely of them.

Scripts and Macros

http://www.autohotkey.com/docs/Scripts.htm