Hi Everyone,
I have the following macro.
Toggle
Triggered by any of the following:
The Hot Key ` is pressed
The Hot Key ` is released
Will execute the following actions:
If All Conditions Met
The key ` is down
Execute the Following Actions:
Enable Macro “Test”
Speak Text With Default Voice “Alex” at Fast Rate
On
Otherwise, Execute the Following Actions:
Disable Macro “Test”
Speak Text With Default Voice “Alex” at Fast Rate
Off
However, sometimes if I press and hold the hotkey down slightly longer like 2-2 seconds, it starts typing "````" and the release trigger doesn't work. It's very random. Sometimes it works, sometimes doesn't. It seems like depending on how long I hold it.
What's even more puzzling is that if I modify the macro to just say "On" and "Off" without enabling/disabling "test" macro like below, it always works perfectly 100% no matter how long/short I hold it!
Toggle
Triggered by any of the following:
The Hot Key ` is pressed
The Hot Key ` is released
Will execute the following actions:
If All Conditions Met
The key ` is down
Execute the Following Actions:
Speak Text With Default Voice “Alex” at Fast Rate
On
Otherwise, Execute the Following Actions:
Speak Text With Default Voice “Alex” at Fast Rate
Off
I'm also attaching the macros.
Could someone please help me to figure out what might cause this?
Thank you very much!
Toggle Test Macros.kmmacros (3.9 KB)