Mouse and keyboard macros and hotkeys.

  |  

Deutsch Français Italiano Russian Japanese Greek Portuguese Korean


all words  exact phrase

NEWS

Mar 9, 2008Version 1.0.47.06 is released: changelog | download
Jun 19, 2007Version 1.0.47 adds RegisterCallback(), which creates a machine-code address that when called, redirects the call to a function in the script. It also adds support for function libraries, which allow a script to call a function in an external file without having to use #Include.
Nov 29, 2006Version 1.0.46 adds the SubStr() function and more expression operators such as ternary.
Nov 4, 2006Version 1.0.45 adds support for regular expressions via RegExMatch(), RegExReplace(), and SetTitleMatchMode.
May 14, 2006Version 1.0.44 adds two new GUI controls: TreeView and StatusBar.
Mar 25, 2006Version 1.0.43 adds two new methods of sending keystrokes and mouse clicks: SendInput and SendPlay. These methods are generally faster and more reliable, which is especially beneficial to hotstrings.

Introduction

AutoHotkey is a free, open-source utility for Windows. With it, you can:

Getting started might be easier than you think. Check out the quick-start tutorial.

More About Hotkeys

AutoHotkey unleashes the full potential of your keyboard, joystick, and mouse. For example, in addition to the typical Control, Alt, and Shift modifiers, you can use the Windows key and the Capslock key as modifiers. In fact, you can make any key or mouse button act as a modifier. For these and other capabilities, see Advanced Hotkeys.

What Others Say

Wolfgang Reszel of c't Magazine: AutoHotkey sends several tools into retirement. It unites hotkey and text macros and offers a scripting-language, which is more powerful than every batch-file and easier to learn than the Windows-Scripting-Host. Beginners are able to start fast because of the scripting-language, similar to BASIC, contains a macro-recorder and syntax-checker. [read the full article: Simple automation of Windows and programs]

Dmitri Popov at NewsForge: Autohotkey features a combination that makes it a tool of choice for automating Windows: It's both powerful and easy to use. Whether you're a seasoned Windows administrator or an ordinary user, Autohotkey can make your computing life easier. [read the full article: Automating Windows with Autohotkey]

ChronoTron: [AutoHotkey] lets you define any and I mean any shortcut for Windows and do much more with your keyboard - Autohotkey, the BEST keyboard configuring program... [read the full article: Life Without Mouse]

Adam Pash of Lifehacker: With AutoHotKey, I’m confident that I’ve trimmed the time I spend replying to emails down to a third of what it would be without. [read the full article: Knock down repetitive email with AutoHotKey]

Other Features

 

Software License: GNU General Public License


Download | Documentation | Changelog | Support | Forum | Wiki