Tygo-bear / MultiBoard

Use a second keyboard for macros or as additional input on a Windows computer.
GNU General Public License v2.0
17 stars 1 forks source link

AHK insulated env #28

Open Tygo-bear opened 3 years ago

Tygo-bear commented 3 years ago

AHK scripts are not executed in an insulated environment. This creates bugs like #26. Each run of a script must be run on a new thread. While keeping performance and stability in mind.

The current AutoHotkey.Interop library does not support executing AHK code on a new thread. A fix for this issue is required before #27 can be committed to the master.