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


Click here to return to the 'Restore the Key Caps application via AppleScript - updated for 10.4' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Restore the Key Caps application via AppleScript - updated for 10.4
Authored by: magnamous on Jul 06, '05 03:23:04PM
It seems that having the applescript tell System Events to quit the Keyboard Viewer is no longer necessary in 10.4. I was able to run the following script and close the Keyboard Viewer window several times over and over with no problem:


tell application "Finder"
	-- NOTE: Enter the following two lines as ONE LINE without spaces!
	open item "System:Library:Components:KeyboardViewer.component:Contents:SharedSupport:KeyboardViewerServer" of the startup disk
end tell


[ Reply to This | # ]