Re: Keystroke command limit
Re: Keystroke command limit
- Subject: Re: Keystroke command limit
- From: John Delacour <email@hidden>
- Date: Tue, 26 Aug 2003 13:44:50 +0100
At 9:02 am -0300 26/8/03, Marcus Rodrigues wrote:
Well, since I got no answers about this question (or the answers did
not reach me), I am darn sure the keystroke command have a limit. It is
proven by the following super-simple script:
tell application "TextEdit"
activate
end tell
delay 5
tell application "System Events"
tell process "TextEdit"
set vaza to "1234567890 - 1234567890 - 1234567890 - 1234567890 -
1234567890 -1234567890 - 1234567890 - 1234567890 - 1234567890!!!"
keystroke vaza
end tell
end tell
It works fine for me either in TextEdit or Eudora
tell application "System Events"
tell process "Eudora"
set frontmost to true
set vaza to "1234567890 - 1234567890 - 1234567890 - 1234567890 -
1234567890 -1234567890 - 1234567890 - 1234567890 - 1234567890!!!"
keystroke vaza
end tell
end tell
I get a beep too with TextEdit, for some reason I haven't bothered to
look into.
What version of System Events are you using?
JD
.
_______________________________________________
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.