Re: System Events Keystroke
Re: System Events Keystroke
- Subject: Re: System Events Keystroke
- From: Daniel Jalkut <email@hidden>
- Date: Tue, 20 Feb 2007 12:04:03 -0500
The bad news is I also see the problem of keystroke return apparently not working on the save sheet.
The good news is this seems to work in its place:
tell process "TextEdit" to keystroke "s" using command down
Good luck!
Daniel
On Feb 20, 2007, at 11:34 AM, John Dulion wrote: tell application "TextEdit" to activate tell application "System Events" tell process "TextEdit" to keystroke "w" using command down delay 1 keystroke return delay 2 tell process "TextEdit" to keystroke "v" using command down delay 2 tell process "TextEdit" to keystroke return —this is the action that does not happen. end tell
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden