MacMost: Making the most of your Mac, iPod, Apple TV and iPhone.



    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.

   

   


Share This


One Response to “MacMost Now 78: Typing Special Characters”

  1. MacTipper Says:

    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

Leave a Reply


Close
E-mail It