Jump to content
  • 0

(Archived) Automator Shortcut for New Note (Mac)


encece

Idea

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.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

There have been no replies to this idea yet

Archived

This topic is now archived and is closed to further replies.

Guest
This topic is now closed to further replies.
×
×
  • Create New...