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.
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.