Re: Keystroke quit working
Re: Keystroke quit working
- Subject: Re: Keystroke quit working
- From: Axel Luttgens <email@hidden>
- Date: Wed, 09 May 2007 12:43:48 +0200
On 8/05/07 17:51, Robert Poland wrote:
Hi,
OS 10.4.9
This little snippet no longer works. Has something been changed?
I keep getting an error with the "using" statement.
[...]
tell application "GraphicConverter"
[...]
tell window "Detail" -- Show/Move Detail
size is {128,144})
if not (exists) then keystroke "d"
using {shift down, command down}
[...]
end tell
end tell
Your code doesn't refer to "System Events" at all.
Does it mean that GC itself has a "keystroke" command?
HTH,
Axel
|
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden