Re: I really need some help
Re: I really need some help
- Subject: Re: I really need some help
- From: dan dunfee <email@hidden>
- Date: Wed, 09 Dec 2015 09:03:26 -0500 (EST)
Ed,
I have os10.10. I don't know enough about apple script to answer your
questions. The version David offered does work. Its main difference is
in the code lines before the keystroke lines. Perhaps he can explain his
choices and how they differ.
On Tue, 8 Dec 2015, Stockly, Ed wrote:
David, it's best to reply to the list on these things, because there's a lot people on the list way smarter than me willing to help.
You're saying despite tinkering with the script below, it doesn't work.
Well, here's where the smart people can help.
I seem to remember at some point I had to set up my preferences to allow for AppleEvents doing this. But that was a long time ago in a much older system. I don't know if that's still required. (It was in the preferences for Accessibility and/or security if I recall).
So the next question for you would be what version of the MacOS are you running and have you set it up to handle system events.
Good luck!
(Change Safari to the name of your browser, I don't have Lynx)
________________________________________
tell application "Safari"
activate
tell application "System Events"
keystroke "f" using control down
delay 1
keystroke ":exec dss" & return
end tell
end tell
_____________________________
XB
_______________________________________________
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