AutoHotkey_L
Documentation | Discuss | Changelog
Introduction
AutoHotkey_L is a custom build of AutoHotkey maintained by Lexikos. Features include:
- Objects (extensible associative arrays).
- Interactive debugging features, when used with a compatible debugging client.
- Significant functionality developed by other community members:
- Native 64-bit support by fincs.
- Native COM support by Sean.
- Native Unicode support by jackieku.
- Support for various text encodings.
- New DllCall arg types for portability.
- Object-oriented file I/O.
- #if expression - Similar to #IfWinActive, but for arbitrary expressions.
- Built-in support for menu icons and improvements to icon support.
Discuss AutoHotkey_L at the AutoHotkey Community Forums.
Downloads
Installer - includes binaries, documentation and script compiler.
Binaries:
Documentation - compiled help file based on the original AutoHotkey.chm.
Note: Windows 9x and NT4 are not supported. Windows 2000 may require certain updates.
Source code is available for AutoHotkey_L and Ahk2Exe_L via git or http download at github.
Software License: GNU General Public License.