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


Click here to return to the 'A shell/AppleScript interaction trick' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A shell/AppleScript interaction trick
Authored by: RickoKid on Jun 20, '04 05:37:56PM
Try using this to hide System Preferences:

tell application "System Preferences" to activate
tell application "System Events" to tell process "System Preferences" to keystroke "h" using command down


[ Reply to This | # ]