Browse by type
AutoHotkey is a free, open source macro-creation and automation software utility that allows users to automate repetitive tasks. It is driven by a custom scripting language that is aimed specifically at providing keyboard shortcuts, otherwise known as hotkeys.
AutoHotkey_L started as a fork of AutoHotkey but has been the main branch for some time.
https://autohotkey.com/
AutoHotkey v2 is developed with Microsoft Visual Studio Community 2019, which is a free download from Microsoft.
The project is configured in a way that allows building with Visual Studio 2012 or later. However, for the v2 branch, some newer C++ language features are used and therefore a later version of the compiler might be required.
The project is configured to use a platform toolset with "_xp" suffix, if available.
AutoHotkeyx.vcxproj contains several combinations of build configurations. The main configurations are:
Secondary configurations are:
AutoHotkeyx.vcxproj includes the following Platforms:
AutoHotkey supports Windows XP with or without service packs and Windows 2000 via an asm patch (win2kcompat.asm). Support may be removed if maintaining it becomes non-trivial. Older versions are not supported.
https://autohotkey.com/v2/
$ claude mcp add AutoHotkey \
-- python -m otcore.mcp_server <graph>