Hi,
If this takes more than a minute, forget it. Please don’t waste more time on this issue.
I have about 150 macros with dual triggers: click on global palette and keyboard trigger.
Once again, your macros are superb.
Is it not possible to edit the following to replace **every trigger with ** global macro palette is clicked ?
tell application "Keyboard Maestro"
repeat with CurrentlySelectedMacros in every item of (get selection)
delete **every trigger** of CurrentlySelectedMacros
end repeat
end tell
thank you