tell application "Keyboard Maestro Engine" set newDict to make new dictionary with properties {name:"Shop Prices"} # If you don't set a key/value pair the newly created dictionary above goes up in smoke. tell newDict make new dictionary key with properties {name:"Coffee", value:"3.50"} end tell end tell