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


Click here to return to the '10.5: Use Caps Lock to send keystrokes via AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Use Caps Lock to send keystrokes via AppleScript
Authored by: dietermay on Feb 13, '08 04:10:18AM

change the line
tell application "KeyboardViewerServer" to activate
to
tell application "/System/Library/Components/KeyboardViewer.component/Contents/SharedSupport/KeyboardViewerServer.app" to activate



[ Reply to This | # ]