kerrydawson Posted August 24, 2013 Share Posted August 24, 2013 (edited) I've created a simple Alfred workflow using Applescript to invoke a Take Note menu command using Applescript. The command though jumps the screen to DEVONthink whereas I'd like the take note window to popup but in the location I'm at: The Applescript reads: on alfred_script(q) -- tell application "DEVONthink Pro" activate end tell tell application "System Events" tell process "DEVONthink Pro Office" click menu item "Take Note..." of menu "Tools" of menu bar 1 end tell end tell end alfred_script Might there be a better way to write this so it doesn't pop to DEVONthink but stays put or is that not possible. Edited August 24, 2013 by kerrydawson Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now