HotKeyIt / ahkdll

AutoHotkey_H

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoHotkey_H was invented by tinku99 and enhanced by HotKeyIt based on AutoHotkey (https://github.com/Lexikos/AutoHotkey_L by Lexikos)

AutoHotkey.dll opens the world of AutoHotkey to other programming and scripting languages.
It allows multi-threading by loading a dll multiple times and using its exported functions as well as build-in features like Alias, CriticalObject and other.

You can use AutoHotkey in many other programming languages like C#, C++, VB, .Net, Python and many more by loading the dll or using COM Interface.  For example you can run AutoHotkey scripts from Excel or Word macro as if it was a build-in feature.

Find out more on http://hotkeyit.github.io/v2/

About

AutoHotkey_H

License:Mozilla Public License 2.0


Languages

Language:C++ 76.0%Language:C 23.0%Language:AutoHotkey 0.9%Language:Assembly 0.1%