Automator Strangeness (is probably my fault)

Joined
Aug 28, 2013
Messages
1
Reaction score
0
I'm new to Automator and poked around looking for some idea's...then pieced together this little script to make adding a quick signature line simple to any text box. But it's acting strangely so i'm wondering if I've written some poor code. Any advice is greatly appreciated.

tell application "System Events"
keystroke "Thank you,"
keystroke return
keystroke "John Borgen"
keystroke return
keystroke "Sr Backline Engineer - Salesforce.com"
end tell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top