Can Siri Be Used to Trigger a KM Macro?

An alternative solution, if you don't want to save the entire macro, is to trigger it by a script that is saved as an app:

tell application "Keyboard Maestro Engine"
	do script "<UUID>"
end tell

You could the app "Keyboard Maestro macro ."

Thanks to @JMichaelTX for showing me how to do that earlier:

(menu Edit > Copy as > Copy as UUID)

At some point, what you could do is have siri trigger a separate script (say something called "keyboard maestro launcher") that has different commands for each of your apps. I'm sure it could be done given enough time. Siri is much better than the apple dictation, however.

2 Likes