Re: can't make option down into a real
Re: can't make option down into a real
- Subject: Re: can't make option down into a real
- From: Robert Poland <email@hidden>
- Date: Sun, 11 Apr 2004 11:02:26 -0600
On 2004 Apr 12, , at 1:38 AM, Robert Poland wrote:
Hi,
When I run the following (or many variations of it) I get an error
"Can't make option down into a real."
tell application "System Events"
tell process "System Preferences"
run
set frontmost to true
delay 2
keystroke "h" using option down / command down -- hide others
It's trying to divide option down by command down. Is that what you meant?
display dialog "should stop here"
end tell
end tell
Tia,
--
Bob Poland - Englewood, CO
http://www.ibrb.org/
_______________________________________________
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.
--
Kim Holburn
Per the example in the System Events dictionary I'm trying to do the
command Keystroke "h" using the command key AND the option key.
Thanks,
--
Bob Poland - Englewood, CO
http://www.ibrb.org/
_______________________________________________
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.