Page 2 of 2

Re: Support for automatic FastKeys reload/restart

Posted: Nov 17th, ’24, 16:01
by Marko
We are working on automatic reload feature - please contact me at our email if you wish to test the proposed solution.

Re: Support for automatic FastKeys reload/restart

Posted: Apr 5th, ’25, 00:07
by jolly
If fastkeys is actually crashing you could setup your windows task to trigger on FastKeys crashing and then run your watchdog script.

Code: Select all

<QueryList><Query Id="0" Path="Application"><Select Path="Application">
*[EventData[Data[@Name='AppName'] and (Data='FastKeys.exe')]]
and
*[System[(EventID='1000')]]
</Select></Query></QueryList>