Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Quick note creation in Mail via AppleScript' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Quick note creation in Mail via AppleScript
Authored by: akamitka on Wed, Jul 9 2008 at 9:31PM PDT
Another script for note creation. A bit shorter...
tell application "System Events"
	tell application "Mail" to activate
	keystroke "n" using {command down, control down}
end tell


[ Reply to This | # ]