<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: MacMost Now 78: Typing Special Characters</title>
	<atom:link href="http://macmost.com/macmost-now-78-typing-special-characters.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://macmost.com/macmost-now-78-typing-special-characters.html</link>
	<description>MacMost: Making the most of your Mac, iPod, Apple TV and iPhone.</description>
	<pubDate>Sat, 22 Nov 2008 05:58:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: MacTipper</title>
		<link>http://macmost.com/macmost-now-78-typing-special-characters.html#comment-10659</link>
		<dc:creator>MacTipper</dc:creator>
		<pubDate>Wed, 07 May 2008 17:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://macmost.com/macmost-now-78-typing-special-characters.html#comment-10659</guid>
		<description>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 &#124; grep" &#38; space &#38; proc_ &#38; space &#38; "&#124; grep -v grep"
  tell application app_ to quit
  on error
    do shell script proc_ &#38; space &#38; "&#62; /dev/null 2&#62;&#38;1 &#38;"
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
&lt;a href="http://www.mactipper.com/" rel="nofollow"&gt;My Mac-Tipping Blog&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>There&#8217;s actually an applescript to toggle it on and off for you:</p>
<p>set proc_ to &#8220;/System/Library/Components/KeyboardViewer.component/Contents/SharedSupport/KeyboardViewerServer.app/Contents/MacOS/KeyboardViewerServer&#8221;<br />
set app_ to &#8220;KeyboardViewerServer&#8221;<br />
try<br />
  do shell script &#8220;ps -axwww | grep&#8221; &amp; space &amp; proc_ &amp; space &amp; &#8220;| grep -v grep&#8221;<br />
  tell application app_ to quit<br />
  on error<br />
    do shell script proc_ &amp; space &amp; &#8220;&gt; /dev/null 2&gt;&amp;1 &amp;&#8221;<br />
end try</p>
<p>Then, you can make it as an applescript application and run it from spotlight.</p>
<p>Check out the macosxhints.com hint for a better explanation:</p>
<p><a href="http://www.macosxhints.com/article.php?story=20080326102502259" rel="nofollow">http://www.macosxhints.com/article.php?story=20080326102502259</a></p>
<p>MacTipper<br />
<a href="http://www.mactipper.com/" rel="nofollow">My Mac-Tipping Blog</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
