06-05-2015, 03:03 PM
To send keys that can trigger QM macros, use a function like KeyWithPreciseSpeed:
autodelay — spe and slowkeys — time estimation
To restore broken hooks, use function RestoreTriggers.
In RestoreTriggers help you can read about why hooks stop working:
autodelay — spe and slowkeys — time estimation
To restore broken hooks, use function RestoreTriggers.
In RestoreTriggers help you can read about why hooks stop working:
Quote: Possible reasons of broken hooks:
1. Some other program uses hooks incorrectly, or its hooks interfere with QM. Can be even a QM macro that uses SetWindowsHookEx incorrectly.
2. Small LowLevelHooksTimeout value in registry HKEY_CURRENT_USER\Control Panel\Desktop. Should be >=5000 (5000 is default). You can find more info on the Internet.
