Re: Keystroke a period or numbers ?
Re: Keystroke a period or numbers ?
- Subject: Re: Keystroke a period or numbers ?
- From: Timothy Bates <email@hidden>
- Date: Sat, 12 Apr 2003 14:35:45 +1000
I get the usual (for cocoa) hopelessly uninformative
NS cannot create Script command error
At the line that says "keystroke"
>
On Friday, April 11, 2003, at 09:58 PM, Irwin Poche wrote:
>
this works for me :
>
tell application "TextEdit"
>
activate
>
end tell
>
tell application "System Events"
>
tell process "TextEdit"
>
keystroke "abcdefghijklmnopqrstuvwxyz"
>
end tell
>
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.