Thomas wrote:
In applescript it is not possible to create a new note without GUI
scripting. And forget about editing them. Better use text files, since
Quicksilver allows to append text, prepend text, change a particular
line in text file etc
tell application "Mail"
activate
tell application "System Events"
tell process "Mail"
keystroke "n" using command down & control down
end tell
end tell
end tell
Using this script saved as an app and a trigger is close enough.
Thanks!
don't create an app. That way you have to quit it.
Just save this script as it is and assign it a shortcut by creatin a
trigger like "Sript">>"Run" or run it from Quicksilver's first pane.