Re: Keystroke a period or numbers ?
Re: Keystroke a period or numbers ?
- Subject: Re: Keystroke a period or numbers ?
- From: Deivy Petrescu <email@hidden>
- Date: Sat, 12 Apr 2003 22:28:39 -0400
On Saturday, April 12, 2003, at 08:30 PM, Irwin Poche wrote:
Below should read: This script types "aa"
On 4/12/03 6:55 PM, Irwin Poche said:
That9s interesting. For me adding the delays alters the results seen
with
the loop and the punctuation slightly but still no numbers or period.
Pointing it to different applications has no effect either. I am
using
10.2.5 and AS 1.91. What do you have ?
This script types 3aa2
tell application "TextEdit"
activate
end tell
tell application "System Events"
tell process "TextEdit"
keystroke "a012.a"
end tell
end tell
Irwin,
It works fine here. OS10.2.5,AS2.0,SE1.2.
Regards
Deivy Petrescu
http://www.dicas.com/
_______________________________________________
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.