encece 0 Posted February 6, 2011 Share Posted February 6, 2011 I just wrote this post but I think it's gone...so I'm writing it again.I was looking for a script where I could create a new note QUICKLY in one click of an icon, without using a keyboard shortcut.After a bit of searching I created a simple automator script:- Open Automator- Drag "Run AppleScript" over to the right panel.- Enter the following code:tell application "System Events"keystroke "n" using {command down, control down}end tell- Next, save it as an app named NewEverNote.appI also found this icon to differentiate it from the app itself:http://www.iconaholic.com/downloads.html(used the green version)I hope this helps someone else!I hope this helps someone else. Link to comment
Idea
encece 0
I just wrote this post but I think it's gone...so I'm writing it again.
I was looking for a script where I could create a new note QUICKLY in one click of an icon, without using a keyboard shortcut.
After a bit of searching I created a simple automator script:
- Open Automator
- Drag "Run AppleScript" over to the right panel.
- Enter the following code:
- Next, save it as an app named NewEverNote.app
I also found this icon to differentiate it from the app itself:
http://www.iconaholic.com/downloads.html
(used the green version)
I hope this helps someone else!
I hope this helps someone else.
Link to comment
0 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.