when I use a Key Sequences / Typed Words trigger, I always get an audible alert on conclusion. Is there a way to prevent this, or turn it off? I would prefer silence. Thank You
Key sequences do not block keyboard input, that means your keys will reach the currently active app while you type them. This causes the alert noise because the app probably doesn't handle the key.
The only way to prevent this is to block the keys from reaching the app, however to do this you'd need some activation trigger before typing your key sequence. Something like this:
thanks for this, I'll give it a look. I'm using a DOIO Megalodon Macro Pad to trigger (trackpad gestures weren't working so well for me with this), I have it mapped in VIA to send USB Device Keys, as Keyboard Maestro will recognise these. However, I find that BTT does not, so I went for the typed string trigger. Is there a way to use the more exotic key triggers (USB Device Keys) in BTT?
it can be done via the "Generic Device Support", however it requires a bit of scripting. Generic Devices · GitBook
It is relatively simple to do but requires scripting.