Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HotKeyIt/ahkdll
AutoHotkey_H
https://github.com/HotKeyIt/ahkdll
automation dll hotkeys multithreading scripting scripting-language windows
Last synced: 11 days ago
JSON representation
AutoHotkey_H
- Host: GitHub
- URL: https://github.com/HotKeyIt/ahkdll
- Owner: HotKeyIt
- License: mpl-2.0
- Created: 2009-12-17T21:02:20.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T23:37:08.000Z (about 1 year ago)
- Last Synced: 2024-08-01T05:19:25.548Z (3 months ago)
- Topics: automation, dll, hotkeys, multithreading, scripting, scripting-language, windows
- Language: C++
- Homepage:
- Size: 82 MB
- Stars: 265
- Watchers: 29
- Forks: 63
- Open Issues: 12
-
Metadata Files:
- Readme: README
- License: License MinHook.txt
Awesome Lists containing this project
README
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/