May 7th, 2008 by Gary Rosenzweig
Gary Rosenzweig takes a look at how to use the Keyboard Viewer to easily find and insert special characters and accent marks into your text documents.
Gary Rosenzweig takes a look at how to use the Keyboard Viewer to easily find and insert special characters and accent marks into your text documents.
May 7th, 2008 at 11:38 am
There’s actually an applescript to toggle it on and off for you:
set proc_ to “/System/Library/Components/KeyboardViewer.component/Contents/SharedSupport/KeyboardViewerServer.app/Contents/MacOS/KeyboardViewerServer”
set app_ to “KeyboardViewerServer”
try
do shell script “ps -axwww | grep” & space & proc_ & space & “| grep -v grep”
tell application app_ to quit
on error
do shell script proc_ & space & “> /dev/null 2>&1 &”
end try
Then, you can make it as an applescript application and run it from spotlight.
Check out the macosxhints.com hint for a better explanation:
http://www.macosxhints.com/article.php?story=20080326102502259
MacTipper
My Mac-Tipping Blog