Support for automatic FastKeys reload/restart
We are working on automatic reload feature - please contact me at our email if you wish to test the proposed solution.
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>