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


Click here to return to the 'Launch, show, or hide often-used apps via the F-keys' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Launch, show, or hide often-used apps via the F-keys
Authored by: qwerty denzel on Jul 18, '06 05:55:00AM
Does this script work just as well?:
property appName : "Preview"

if displayed name of (info for (path to frontmost application) without size) is appName then
	tell application "System Events" to set visible of first process whose name is appName to false
else
	activate application appName
end if


[ Reply to This | # ]