I know I should already know how to do this, but apparently I don't. I want to run a macro by clicking on an icon on the desktop. I know I can use KM's URL Scheme to create a link, but I don't know how to put it on the desktop.
Thanks.
I know I should already know how to do this, but apparently I don't. I want to run a macro by clicking on an icon on the desktop. I know I can use KM's URL Scheme to create a link, but I don't know how to put it on the desktop.
Thanks.
Hey @DanThomas, try following:
tell application "Keyboard Maestro Engine"
do script "Your Macro Name"
end tell
You can also select "Export as trigger file" from the File>Export menu in Keyboard maestro.
Export as Trigger File?
I knew it had to be simple. Thanks!