<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Keyboard Ninja: Toggle File Extension Display With a Shortcut Key in Windows</title>
	<atom:link href="http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 22 Nov 2009 18:52:07 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy</title>
		<link>http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/comment-page-1/#comment-74469</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sun, 19 Jul 2009 04:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/#comment-74469</guid>
		<description>It would be useful if it was a Registry addition rather than an auto-startupTSR.</description>
		<content:encoded><![CDATA[<p>It would be useful if it was a Registry addition rather than an auto-startupTSR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek</title>
		<link>http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/comment-page-1/#comment-68994</link>
		<dc:creator>The Geek</dc:creator>
		<pubDate>Sat, 21 Mar 2009 16:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/#comment-68994</guid>
		<description>@oddacorn:

Sorry about that, WordPress does awful things with code. Very irritating.</description>
		<content:encoded><![CDATA[<p>@oddacorn:</p>
<p>Sorry about that, WordPress does awful things with code. Very irritating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oddacorn</title>
		<link>http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/comment-page-1/#comment-68842</link>
		<dc:creator>oddacorn</dc:creator>
		<pubDate>Thu, 19 Mar 2009 17:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/#comment-68842</guid>
		<description>The quote after the #32770 is a unicode closing quote. I was using PSPad to edit it and couldn&#039;t figure out why it continued to highlight &quot;OR A_OSVERSION=&quot; as quoted text until I got the error. That&#039;s when I figured it out. If you paste the text into your editor and then delete and retype that quote, you&#039;ll have a script that doesn&#039;t blow up, though it still won&#039;t actually work.

The second more insidious problem is that the &quot;x&quot; in &quot;PostMessage, 0x111&quot; is actually a multiplication symbol. It doesn&#039;t generate an AutoHotkey error, but it also doesn&#039;t refresh Windows Explorer properly. Change that to an honest-to-goodness lowercase letter &quot;x&quot;, and you&#039;ll actually be able to run the code and get what you want. By the way, I find [Win] + [.] to be an intuitive shortcut for this piece of code.

Geek, I&#039;d recommend updating the HTML to fix these little glitches and then folks can cut and paste that code. Thanks for another great tweak!

Todd Corson</description>
		<content:encoded><![CDATA[<p>The quote after the #32770 is a unicode closing quote. I was using PSPad to edit it and couldn&#8217;t figure out why it continued to highlight &#8220;OR A_OSVERSION=&#8221; as quoted text until I got the error. That&#8217;s when I figured it out. If you paste the text into your editor and then delete and retype that quote, you&#8217;ll have a script that doesn&#8217;t blow up, though it still won&#8217;t actually work.</p>
<p>The second more insidious problem is that the &#8220;x&#8221; in &#8220;PostMessage, 0&#215;111&#8243; is actually a multiplication symbol. It doesn&#8217;t generate an AutoHotkey error, but it also doesn&#8217;t refresh Windows Explorer properly. Change that to an honest-to-goodness lowercase letter &#8220;x&#8221;, and you&#8217;ll actually be able to run the code and get what you want. By the way, I find [Win] + [.] to be an intuitive shortcut for this piece of code.</p>
<p>Geek, I&#8217;d recommend updating the HTML to fix these little glitches and then folks can cut and paste that code. Thanks for another great tweak!</p>
<p>Todd Corson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek</title>
		<link>http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/comment-page-1/#comment-68839</link>
		<dc:creator>The Geek</dc:creator>
		<pubDate>Thu, 19 Mar 2009 15:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/#comment-68839</guid>
		<description>@ville:

I uploaded a text version, linked in the article now.</description>
		<content:encoded><![CDATA[<p>@ville:</p>
<p>I uploaded a text version, linked in the article now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ville</title>
		<link>http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/comment-page-1/#comment-68828</link>
		<dc:creator>ville</dc:creator>
		<pubDate>Thu, 19 Mar 2009 12:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/#comment-68828</guid>
		<description>I put it to textsnap to view it as a plain text, but the script still gives this error: Error at line 55. Line Text: (eh_Class = &quot;#32770&#8243; OR A_OSVERSION= &quot;WIN_VISTA&quot;) Error: Missing &quot;)&quot;

What to do?</description>
		<content:encoded><![CDATA[<p>I put it to textsnap to view it as a plain text, but the script still gives this error: Error at line 55. Line Text: (eh_Class = &#8220;#32770&#8243; OR A_OSVERSION= &#8220;WIN_VISTA&#8221;) Error: Missing &#8220;)&#8221;</p>
<p>What to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ville</title>
		<link>http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/comment-page-1/#comment-68827</link>
		<dc:creator>ville</dc:creator>
		<pubDate>Thu, 19 Mar 2009 12:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-toggle-file-extension-display-with-a-shortcut-key-in-windows/#comment-68827</guid>
		<description></description>
		<content:encoded><![CDATA[<p>AHK script won´t work, whines about unicode or something. Can you put it to textsnip (that worked for the previous script)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
