It works for me as is. You could try adding a "delay 0.1" between the activation and the keystroke. But a better plan would be to paste the text of your script as posted above straight into the first pane of the trigger, and choose Run as Applescript in the second pane. Then QS will run it all itself, instead of calling an outside script.
On Jul 21, 8:28 pm, Philosopher Dog <[email protected]> wrote: > Hi, > the following script works when I run it in script editor > > tell application "Stickies" to activate > tell application "System Events" to keystroke "n" using {command down} > > It brings stickies to the forefront and creates a new stickie note. > Very handy. However, when I save the script and run it from a trigger > in QS it just brings Stickies to the front, but no new note is > created. Help! What's gone wrong here?
