Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A script to toggle Safari's appearance settings' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to toggle Safari's appearance settings
Authored by: jhersco on Feb 13, '04 02:48:30AM

I am running a U.S. version of Panther (v10.3.2.) I am not clear on what changes, if any, I need to make in the script to avoid the error message.



[ Reply to This | # ]
A script to toggle Safari's appearance settings
Authored by: zoopiedoop on Sep 29, '07 09:50:41PM
I couldn't get this to work until I changed it from using a keystroke to using the menu.

Replace:
key down command
keystroke ","
delay 1
key up command

with:
click menu item "Preferences…" of menu 1 of menu bar item "Safari" of menu bar 1

[ Reply to This | # ]