Re: keystroke "I" using control down / command down
Re: keystroke "I" using control down / command down
- Subject: Re: keystroke "I" using control down / command down
- From: Rob Jorgensen <email@hidden>
- Date: Sun, 15 Feb 2004 11:47:55 -0500
At 11:21 AM -0500 2/15/04, I wrote:
Does this work?
tell application "GraphicConverter"
activate
show tools of window 1 -- need GC 4.4.1b or later
end tell
tell application "System Events"
tell process "GraphicConverter"
keystroke "I" with {control down, command down} -- show information
keystroke "K" with command down -- show toolbox
keystroke "R" with {control down, command down} -- show overview
keystroke "D" with {command down} -- show detail
end tell
end tell
Sorry. Change "with" to "using" if you are running Panther.
-- Rob (still Jaguar user)
_______________________________________________
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.