Skip to content

Instantly share code, notes, and snippets.

@mals14
Last active June 5, 2020 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mals14/a224b3fa294c566dc3947b423fbb3830 to your computer and use it in GitHub Desktop.
Save mals14/a224b3fa294c566dc3947b423fbb3830 to your computer and use it in GitHub Desktop.
keyboard maestro applescript make variable
tell application "Keyboard Maestro Engine"
make variable with properties {name:"TaskNote", value:task_note}
make variable with properties {name:"TaskName", value:task_name}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment