I have a KM-Macro and my desired trigger would be "Triggered by Apple Script".
I copied the script in the script-editor and tried to start it:
... and got the following information: "Keyboard Maestro Engine" got a mistake: do script found no macros with a matching name.
Copy the UUID of the macro via the KM menu Edit - Copy as - Copy UUID and insert it into the AppleScript (XXXXXXXXXX).
Your macro should then be activated when you trigger the AppleScript.
Here's the script for it:
tell application "Keyboard Maestro Engine"
do script "xxxxxxxxxxxxxxxxxxxxx"
end tell
Genau das klappt bei mir nicht:
error " "Keyboard Maestro Engine" hat einen Fehler erhalten: do script found no macros with a matching" number -1
Thomas
(thomas@drschnell.at)
In dem Video habe ich die kurz die Schritte dargestellt.
Bitte kopiere, wie im Video, den Text aus Safari und setze diesen dann hier in deine Antwort ein.
das ist das einzige was nach Klick auf both in der Box erscheint.
Die letzten Sekunden deines Videos habe ich nicht kapiert: wo kopierst du das und wohin?
The very first thing I would want to ask for is to see a copy of the script you're using to try and invoke your macro, as it sounds like that's where the problem is. Could you copy and paste the script from Script Editor verbatim, so we can see exactly what is being executed ?