Support for automatic FastKeys reload/restart

Suggestions, feature requests and bug reports.
User avatar
Marko
Posts: 1919
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Nov 17th, ’24, 16:01

We are working on automatic reload feature - please contact me at our email if you wish to test the proposed solution.
jolly
Posts: 5
Joined: Apr 4th, ’25, 23:55

Post by jolly » Apr 5th, ’25, 00:07

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>
Post Reply