<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kuhnline.com ::: servers &#124; networks &#124; support ::: Articles</title>
	<atom:link href="http://www.kuhnline.com/wp/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.kuhnline.com/wp</link>
	<description>Dedicated IT Support for your Small Business</description>
	<lastBuildDate>Thu, 26 Aug 2010 19:32:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable Right Click On Your Website</title>
		<link>http://www.kuhnline.com/wp/?p=544</link>
		<comments>http://www.kuhnline.com/wp/?p=544#comments</comments>
		<pubDate>Thu, 26 Aug 2010 19:32:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.kuhnline.com/wp/?p=544</guid>
		<description><![CDATA[Simply insert this code in place of the &#60;Body&#62; tag.
&#60;body oncontextmenu=&#8221;return false;&#8221;&#62;
]]></description>
			<content:encoded><![CDATA[<p>Simply insert this code in place of the &lt;Body&gt; tag.</p>
<p>&lt;body <strong>oncontextmenu=&#8221;return false;&#8221;</strong>&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuhnline.com/wp/?feed=rss2&amp;p=544</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repair Corrupted Registry Hive</title>
		<link>http://www.kuhnline.com/wp/?p=540</link>
		<comments>http://www.kuhnline.com/wp/?p=540#comments</comments>
		<pubDate>Tue, 17 Aug 2010 07:29:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[corrupt]]></category>
		<category><![CDATA[hive]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://www.kuhnline.com/wp/?p=540</guid>
		<description><![CDATA[Problem:
Your registry is corrupt and Windows will not boot.
Solution 1:
Last Known Good
Solution 2:
If you had System Recovery turned on, you can restore the corrupted hive from the System Volume Information Folder as directed here.
Solution 3:
Open the registry hive on another computer and repair it.
With REGEDT32 one can load and edit offline registry databases: 

Start REGEDT32
Highlight [...]]]></description>
			<content:encoded><![CDATA[<h2>Problem:</h2>
<p>Your registry is corrupt and Windows will not boot.</p>
<h2>Solution 1:</h2>
<p>Last Known Good</p>
<h2>Solution 2:</h2>
<p>If you had System Recovery turned on, you can restore the corrupted hive from the System Volume Information Folder as directed <a href="http://support.microsoft.com/kb/307545" target="_blank">here</a>.</p>
<h2>Solution 3:</h2>
<p>Open the registry hive on another computer and repair it.</p>
<p><span>With REGEDT32 one can load and edit offline <span style="background-color: #99ff99; color: #000000;">registry</span> databases: </span></p>
<ol>
<li>Start REGEDT32</li>
<li>Highlight the HKEY_LOCAL_MACHINE-window and select the root of the tree</li>
<li><span>In the menu select &#8220;<span style="background-color: #99ff99; color: #000000;">Registry</span><span>&#8221; -&gt;  &#8220;Load <span style="background-color: #ff9999; color: #000000;">Hive</span>&#8220;</span></span></li>
<li><span>Select the wanted <span style="background-color: #99ff99; color: #000000;">registry</span> database file: </span>
<ul>
<li>[HKEY_LOCAL_MACHINE \SYSTEM] (%windir%/system32/config/system)</li>
<li>[HKEY_LOCAL_MACHINE \SOFTWARE] (%windir%/system32/config/software)</li>
<li>[HKEY_USERS \.Default] (%windir%/system32/config/default)</li>
<li>[HKEY_CURRENT_USER] (%userprofile%/ntuser.dat)</li>
</ul>
</li>
<li><span>When prompted for a name give it whatever name you like (etc. test1).  The name will be used to create a new node in the tree so one can browse the  offline <span style="background-color: #99ff99; color: #000000;">registry</span>.</span></li>
<li><span>Go to the newly created node and edit whatever you like (The changes  are written immediately to the offline <span style="background-color: #99ff99; color: #000000;">registry</span> database). One  can import/export between the newly created node and the current <span style="background-color: #99ff99; color: #000000;">registry</span> just browse  between the corresponding keys. </span>
<ul>
<li><span>To export a single key(with subkeys) into a file: Select the wanted  key and in the menu &#8220;<span style="background-color: #99ff99; color: #000000;">Registry</span>&#8221; use &#8220;Save  Key&#8221;.</span></li>
<li><span>To import a single key or tree from a file: Select the location where  the key should be imported and in the menu &#8220;<span style="background-color: #99ff99; color: #000000;">Registry</span>&#8221; use  &#8220;Restore&#8221;. Be very careful to select the same location from which is was  exported as the restore will erase everything below the import location and  replace with the contents of the file.</span></li>
</ul>
</li>
<li><span>When finished editing select the newly created node and in the menu  select &#8220;<span style="background-color: #99ff99; color: #000000;">Registry</span><span>&#8221; -&gt;  &#8220;Unload <span style="background-color: #ff9999; color: #000000;">Hive</span>&#8220;</span></span></li>
</ol>
<p>This  gives some possibilities:</p>
<ul>
<li>Load another users HKEY_CURRENT_USER (ntuser.dat) and change the users  settings without logging in with the user.</li>
<li><span>Load an offline <span style="background-color: #99ff99; color: #000000;">registry</span> database and  extract settings to import in the current <span style="background-color: #99ff99; color: #000000;">registry</span> database.</span></li>
<li>Load an offline [HKEY_USERS \.Default] and change the login screensaver to  <a href="/article/winnt-reset-password.html">Reset Administrator  Password</a></li>
<li><span>Load and edit the <span style="background-color: #99ff99; color: #000000;">registry</span> database on a  parallel installation without needing to boot it first.</span></li>
<li><span><span style="background-color: #a0ffff; color: #000000;">Repair</span><span> the <span style="background-color: #99ff99; color: #000000;">registry</span> without using  a parallel installation: </span></span>
<ul>
<li><a href="/article/winnt-recovery-console-registry-restore.html"><span>Use  the Recovery Console to recover from faulty <span style="background-color: #99ff99; color: #000000;">registry</span></span></a></li>
<li><span>Boot Windows in safemode using the restored <span style="background-color: #99ff99; color: #000000;">registry</span> database</span></li>
<li><span>Start REGEDT32 and load the faulty <span style="background-color: #99ff99; color: #000000;">registry</span> and edit away  the faults</span></li>
<li><span>Boot into the Recovery Console again to exchange the now hopefully  fixed <span style="background-color: #99ff99; color: #000000;">registry</span> database back (winnt/system32/config)</span></li>
<li><span>Boot Windows and it will now be using the fixed <span style="background-color: #99ff99; color: #000000;">registry</span> database</span></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kuhnline.com/wp/?feed=rss2&amp;p=540</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry Server &#8211; The number of users selected exceeds the number of available licenses.</title>
		<link>http://www.kuhnline.com/wp/?p=533</link>
		<comments>http://www.kuhnline.com/wp/?p=533#comments</comments>
		<pubDate>Tue, 17 Aug 2010 06:24:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[BPS]]></category>
		<category><![CDATA[exceeds]]></category>
		<category><![CDATA[licenses]]></category>

		<guid isPermaLink="false">http://www.kuhnline.com/wp/?p=533</guid>
		<description><![CDATA[Blackberry Server -
The number of users selected exceeds the number of available licenses.
You just deleted a user and want to add another user.&#160; The system does not free up the license for the user your removed and you can&#8217;t add the new user.&#160; Do this to fix it:


If you have deleted a user from Blackberry [...]]]></description>
			<content:encoded><![CDATA[<p>Blackberry Server -</p>
<p>The number of users selected exceeds the number of available licenses.</p>
<p>You just deleted a user and want to add another user.&nbsp; The system does not free up the license for the user your removed and you can&#8217;t add the new user.&nbsp; Do this to fix it:</p>
<div>
<div>
<div>If you have deleted a <span>user</span> from Blackberry Manager <a id="KonaLink1" style="text-decoration: underline ! important; position: static;" mce_style="text-decoration: underline ! important; position: static;" href="http://www.experts-exchange.com/Programming/Handhelds_-_PDAs/Blackberry/Q_24376953.html#" mce_href="http://www.experts-exchange.com/Programming/Handhelds_-_PDAs/Blackberry/Q_24376953.html#" target="undefined"><span style="color: blue ! important; font-weight: 400; font-size: 11.05px; position: static;" mce_style="color: blue ! important; font-weight: 400; font-size: 11.05px; position: static;"> </span></a>and after a few minutes you are unable to add new <span>users</span> it indicates the purge process has failed. &nbsp;In BlackBerry Professional  they have removed the manual purge option so you need to do the  following:
</p>
<p>Open the Command Prompt and type osql -E and then enter the following commands:</p>
<p>1&gt;use BESMgmt<br />
2&gt;<span>select</span> DisplayName from UserConfig<br />
3&gt;go</p>
<p>A list of <span>users</span> will now be displayed, note down the <span>user</span> that can&#8217;t be removed or re-added e.g. Bill Paxton (This example name  has been added to the next step). Then run the following commands if the  affected <span>user</span> was listed:</p>
<p>1&gt;use BESMgmt<br />
2&gt;delete from UserConfig where DisplayName=&#8221;Bill Paxton&#8221;<br />
3&gt;go<br />
1&gt;exit</p>
</div>
</div>
<p><!-- text-ad &#038; richText --> <span> </span></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kuhnline.com/wp/?feed=rss2&amp;p=533</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to Recycle Your Old Computer</title>
		<link>http://www.kuhnline.com/wp/?p=108</link>
		<comments>http://www.kuhnline.com/wp/?p=108#comments</comments>
		<pubDate>Thu, 05 Aug 2010 00:24:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.kuhnline.com/wp/?p=108</guid>
		<description><![CDATA[Updated List:
Best Buy E-Cycle Program
In the San Francisco Bay Area: http://www.crc.org/
http://www.greencitizen.com/what_we_recycle.php
]]></description>
			<content:encoded><![CDATA[<h2>Updated List:</h2>
<p><a href="http://www.bestbuy.com/site/null/Recycling-Electronics/pcmcat149900050025.c?id=pcmcat149900050025&amp;ref=128&amp;loc=1" target="_blank">Best Buy E-Cycle Program</a></p>
<p>In the San Francisco Bay Area: <a href="http://www.crc.org/">http://www.crc.org/</a></p>
<p><span style="text-decoration: underline;"><span style="color: #cb3a00;"><a href="http://www.greencitizen.com/what_we_recycle.php">http://www.greencitizen.com/what_we_recycle.php</a></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuhnline.com/wp/?feed=rss2&amp;p=108</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting Undeletable Folders in Windows Vista and 7</title>
		<link>http://www.kuhnline.com/wp/?p=525</link>
		<comments>http://www.kuhnline.com/wp/?p=525#comments</comments>
		<pubDate>Thu, 08 Jul 2010 22:12:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[folder]]></category>

		<guid isPermaLink="false">http://www.kuhnline.com/wp/?p=525</guid>
		<description><![CDATA[If there is a directory, whether a built-in directory (such as Music, Documents, Desktop, etc.) or a directory you create, that has become corrupted and undeletable, you&#8217;ll need to take ownership and change the ACLs on that directory. 
Use these 2 shell commands.  You&#8217;ll want to start the command prompt in administrator mode.
1.takeown /f directory_name /r /d y
2. [...]]]></description>
			<content:encoded><![CDATA[<p>If there is a directory, whether a built-in directory (such as Music, Documents, Desktop, etc.) or a directory you create, that has become corrupted and undeletable, you&#8217;ll need to take ownership and change the ACLs on that directory. </p>
<p>Use these 2 shell commands.  You&#8217;ll want to start the command prompt in administrator mode.</p>
<p>1.takeown /f directory_name /r /d y<br />
2. icacls directory_name /grant administrators:F /t</p>
<p>Now you can use the rd command to remove the offending directory</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuhnline.com/wp/?feed=rss2&amp;p=525</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 All Users Desktop Path</title>
		<link>http://www.kuhnline.com/wp/?p=522</link>
		<comments>http://www.kuhnline.com/wp/?p=522#comments</comments>
		<pubDate>Fri, 02 Jul 2010 16:42:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[all users]]></category>
		<category><![CDATA[desktop]]></category>

		<guid isPermaLink="false">http://www.kuhnline.com/wp/?p=522</guid>
		<description><![CDATA[All users desktop:
C:\Users\Public\Public Desktop\
All users start menu:
C:\ProgramData\Microsoft\Windows\Start Menu\
]]></description>
			<content:encoded><![CDATA[<p>All users desktop:<br />
C:\Users\Public\Public Desktop\</p>
<p>All users start menu:<br />
C:\ProgramData\Microsoft\Windows\Start Menu\</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuhnline.com/wp/?feed=rss2&amp;p=522</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Set Default Wallpaper For Terminal Server</title>
		<link>http://www.kuhnline.com/wp/?p=517</link>
		<comments>http://www.kuhnline.com/wp/?p=517#comments</comments>
		<pubDate>Sat, 19 Jun 2010 16:44:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[terminal server]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.kuhnline.com/wp/?p=517</guid>
		<description><![CDATA[You can brand your terminal server with your company&#8217;s logo so that employees will know they are connecting to the right place. 
The image you select will appear behind the login screen.  Simply create a BMP image file and add the path to the registry here:

HKEY_USERS\.Default\Control Panel\Desktop\Wallpaper
]]></description>
			<content:encoded><![CDATA[<p>You can brand your terminal server with your company&#8217;s logo so that employees will know they are connecting to the right place. </p>
<p>The image you select will appear behind the login screen.  Simply create a BMP image file and add the path to the registry here:</p>
<p><a href="http://www.kuhnline.com/wp/wp-content/uploads/2010/06/defaultwallpaper1.jpg"><img class="alignnone size-full wp-image-519" title="defaultwallpaper" src="http://www.kuhnline.com/wp/wp-content/uploads/2010/06/defaultwallpaper1.jpg" alt="defaultwallpaper" width="583" height="314" /></a></p>
<p>HKEY_USERS\.Default\Control Panel\Desktop\Wallpaper</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuhnline.com/wp/?feed=rss2&amp;p=517</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover OST or Convert OST to PST</title>
		<link>http://www.kuhnline.com/wp/?p=514</link>
		<comments>http://www.kuhnline.com/wp/?p=514#comments</comments>
		<pubDate>Thu, 10 Jun 2010 23:04:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[ost]]></category>
		<category><![CDATA[pst]]></category>
		<category><![CDATA[recover]]></category>

		<guid isPermaLink="false">http://www.kuhnline.com/wp/?p=514</guid>
		<description><![CDATA[Problem:
You need to recover some messages from your Outlook OST file.
Solution 1 (Easy):
If you can still open Outlook in Offline mode, you can simply use the export command (File, Import and Export&#8230;) to export to a PST.
Solution 2 :
If you have already deleted your Exchange profile from Outlook and you can no longer open the [...]]]></description>
			<content:encoded><![CDATA[<h2>Problem:</h2>
<p>You need to recover some messages from your Outlook OST file.</p>
<h2>Solution 1 (Easy):</h2>
<p>If you can still open Outlook in Offline mode, you can simply use the export command (File, Import and Export&#8230;) to export to a PST.</p>
<h2>Solution 2 :</h2>
<p>If you have already deleted your Exchange profile from Outlook and you can no longer open the OST file in Outlook you will need to use a recovery tool.  There are many available, including<a href="http://www.ontrackdatarecovery.com/file-recovery-software/" target="_blank"> Easy Recovery Professional </a>from Ontrack.  If you do a Google search for it you will mostly find torrent links.  You can pay for it if you follow the link above.</p>
<p>Easy Recovery Professional will scan your OST file for messages and dump them into a PST file at the location you choose.  The process can take several hours depending on the size of your file.</p>
<div id="attachment_515" class="wp-caption alignnone" style="width: 310px"><a href="http://www.kuhnline.com/wp/wp-content/uploads/2010/06/ost-recovery.jpg"><img class="size-medium wp-image-515" title="ost recovery" src="http://www.kuhnline.com/wp/wp-content/uploads/2010/06/ost-recovery-300x221.jpg" alt="Easy Recovery Professional Converts OST emails to PST" width="300" height="221" /></a><p class="wp-caption-text">Easy Recovery Professional Converts OST emails to PST</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kuhnline.com/wp/?feed=rss2&amp;p=514</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Delete One Million (1,000,000) Files Without Crashing Windows Explorer</title>
		<link>http://www.kuhnline.com/wp/?p=504</link>
		<comments>http://www.kuhnline.com/wp/?p=504#comments</comments>
		<pubDate>Mon, 24 May 2010 17:41:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[delete 1 million files]]></category>

		<guid isPermaLink="false">http://www.kuhnline.com/wp/?p=504</guid>
		<description><![CDATA[Problem:
You have a folder with a large number of files that you need to delete.  This is too much for Windows Explorer to handle.
Solution:
FastCopy (it also deletes files fast)
]]></description>
			<content:encoded><![CDATA[<h2>Problem:</h2>
<p>You have a folder with a large number of files that you need to delete.  This is too much for Windows Explorer to handle.</p>
<h2>Solution:</h2>
<p><a title="Fastcopy" href="http://ipmsg.org/tools/fastcopy.html.en" target="_blank">FastCopy</a> (it also deletes files fast)</p>
<div id="attachment_512" class="wp-caption alignnone" style="width: 247px"><a href="http://www.kuhnline.com/wp/wp-content/uploads/2010/05/fastcopydelete2.jpg"><img class="size-medium wp-image-512" title="fastcopydelete" src="http://www.kuhnline.com/wp/wp-content/uploads/2010/05/fastcopydelete2-237x300.jpg" alt="It took several hours but FastCopy was able to delete 948,102 files without slowing down the server at all." width="237" height="300" /></a><p class="wp-caption-text">It took several hours but FastCopy was able to delete 948,102 files without slowing down the server at all.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kuhnline.com/wp/?feed=rss2&amp;p=504</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Complete List of Mac Shortcut Keys</title>
		<link>http://www.kuhnline.com/wp/?p=497</link>
		<comments>http://www.kuhnline.com/wp/?p=497#comments</comments>
		<pubDate>Thu, 13 May 2010 00:21:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[shortcut keys]]></category>

		<guid isPermaLink="false">http://www.kuhnline.com/wp/?p=497</guid>
		<description><![CDATA[(Copied from here so that I can find it easier.)
Here are the modifier key symbols you can see in Mac OS X menus:
 (Command key) &#8211; Sometimes called the &#8220;Apple key&#8221;; on Apple keyboards this key also has an Apple logo ()
 (Control key)
 (Option key) &#8211; &#8220;Alt&#8221; may also appear on this key
 (Shift [...]]]></description>
			<content:encoded><![CDATA[<p><em>(Copied from </em><a href="http://support.apple.com/kb/HT1343" target="_blank"><em>here</em></a><em> so that I can find it easier.)</em></p>
<h2>Here are the modifier key symbols you can see in Mac OS X menus:</h2>
<p style="margin-left: 40px;"><img src="http://km.support.apple.com/library/APPLE/APPLECARE_ALLGEOS/HT1343/ks_command.gif" alt="" width="0" height="0" /><img src="http://km.support.apple.com/library/APPLE/APPLECARE_ALLGEOS/HT1343/ks_command.gif" alt="Command key icon" width="9" height="9" /> (Command key) &#8211; Sometimes called the &#8220;Apple key&#8221;; on Apple keyboards this key also has an Apple logo (<img src="http://km.support.apple.com/library/APPLE/APPLECARE_ALLGEOS/HT1343/ks_apple_icon.gif" alt="apple logo" width="13" height="13" />)<br />
<img src="http://km.support.apple.com/library/APPLE/APPLECARE_ALLGEOS/HT1343/ks_control.gif" alt="Control key icon" width="9" height="9" /> (Control key)<br />
<img src="http://km.support.apple.com/library/APPLE/APPLECARE_ALLGEOS/HT1343/ks_option.gif" alt="Option or Alt key icon" width="9" height="9" /> (Option key) &#8211; &#8220;Alt&#8221; may also appear on this key<br />
<img src="http://km.support.apple.com/library/APPLE/APPLECARE_ALLGEOS/HT1343/ks_shift.gif" alt="Shift icon" width="9" height="9" /> (Shift key)<br />
<img src="http://km.support.apple.com/library/APPLE/APPLECARE_ALLGEOS/HT1343/ks_caps_lock.gif" alt="Caps lock icon" width="9" height="9" /> (Caps Lock) &#8211; Toggles Caps Lock on or off<br />
fn (Function key) &#8211; Located in the lower left corner of built-in keyboards on portable Macs</p>
<div>
<h2>Products Affected</h2>
<p>Mac OS X 10.4, Mac OS X 10.3, Mac OS X 10.2, Mac OS X 10.1, Mac OS X 10.0, Mac OS X 10.5, Mac OS X 10.6</p></div>
<div>
<p><strong>Startup keyboard shortcuts</strong></p>
<p>Press the key or key combination until the expected function occurs/appears (for example, hold Option during startup until Startup Manager appears, or Shift until &#8220;Safe Boot&#8221; appears). <strong>Tip</strong>: If a startup function doesn&#8217;t work and you use a third-party keyboard, connect an Apple keyboard and try again.</p>
<table id="kbtable" border="0" cellspacing="0" width="100%">
<tbody>
<tr id="header2">
<td><strong>Key or key combination</strong></td>
<td><strong>What it does<br />
</strong></td>
</tr>
<tr>
<td>Option</td>
<td>Display all bootable volumes (<a href="http://support.apple.com/kb/HT1310">Startup Manager</a>)</td>
</tr>
<tr>
<td>Shift</td>
<td>Perform <a href="http://support.apple.com/kb/HT1564">Safe Boot</a> (start up in <a href="http://support.apple.com/kb/HT1455">Safe Mode</a>)</td>
</tr>
<tr>
<td>C</td>
<td>Start from a bootable disc</td>
</tr>
<tr>
<td>T</td>
<td>Start in <a href="http://support.apple.com/kb/HT1661">FireWire target disk mode</a></td>
</tr>
<tr>
<td>N</td>
<td>Start from NetBoot server</td>
</tr>
<tr>
<td>X</td>
<td>Force Mac OS X startup (if non-Mac OS X startup volumes are present)</td>
</tr>
<tr>
<td>Command-V</td>
<td>Start in <a href="http://support.apple.com/kb/HT1492">Verbose Mode</a></td>
</tr>
<tr>
<td>Command-S</td>
<td>Start in <a href="http://support.apple.com/kb/HT1492">Single User Mode</a></td>
</tr>
</tbody>
</table>
<p><strong><br />
Finder keyboard shortcuts</strong></p>
<table id="kbtable" border="0" cellspacing="0" width="100%">
<tbody>
<tr id="header2">
<td><strong>Key combination</strong></td>
<td><strong>What it does</strong></td>
</tr>
<tr>
<td>Command-A</td>
<td>Select all items in the front Finder window (or desktop if no window is open)</td>
</tr>
<tr>
<td>Option-Command-A</td>
<td>Deselect all items</td>
</tr>
<tr>
<td>Shift-Command-A</td>
<td>Open the Applications folder</td>
</tr>
<tr>
<td>Command-C</td>
<td>Copy selected item/text</td>
</tr>
<tr>
<td>Shift-Command-C</td>
<td>Open the Computer window</td>
</tr>
<tr>
<td>Command-D</td>
<td>Duplicate selected item</td>
</tr>
<tr>
<td>Shift-Command-D</td>
<td>Open desktop folder</td>
</tr>
<tr>
<td>Command-E</td>
<td>Eject</td>
</tr>
<tr>
<td>Command-F</td>
<td>Find any matching Spotlight attribute</td>
</tr>
<tr>
<td>Shift-Command-F</td>
<td>Find Spotlight file name matches</td>
</tr>
<tr>
<td>Option-Command-F</td>
<td>Navigate to the search field in an already-open Spotlight window</td>
</tr>
<tr>
<td>Shift-Command-G</td>
<td>Go to Folder</td>
</tr>
<tr>
<td>Shift-Command-H</td>
<td>Open the Home folder of the currently logged-in user account</td>
</tr>
<tr>
<td>Command-I</td>
<td>Get Info</td>
</tr>
<tr>
<td>Option-Command-I</td>
<td>Show Inspector</td>
</tr>
<tr>
<td>Control-Command-I</td>
<td>Get Summary Info</td>
</tr>
<tr>
<td>Shift-Command-I</td>
<td>Open iDisk</td>
</tr>
<tr>
<td>Command-J</td>
<td>Show View Options</td>
</tr>
<tr>
<td>Command-K</td>
<td>Connect to Server</td>
</tr>
<tr>
<td>Shift-Command-K</td>
<td>Open Network window</td>
</tr>
<tr>
<td>Command-L</td>
<td>Make alias of the selected item</td>
</tr>
<tr>
<td>Command-M</td>
<td>Minimize window</td>
</tr>
<tr>
<td>Option-Command-M</td>
<td>Minimize all windows</td>
</tr>
<tr>
<td>Command-N</td>
<td>New Finder window</td>
</tr>
<tr>
<td>Shift-Command-N</td>
<td>New folder</td>
</tr>
<tr>
<td>Option-Command-N</td>
<td>New Smart Folder</td>
</tr>
<tr>
<td>Command-O</td>
<td>Open selected item</td>
</tr>
<tr>
<td>Shift-Command-Q</td>
<td>Log Out</td>
</tr>
<tr>
<td>Option-Shift-Command-Q</td>
<td>Log Out immediately</td>
</tr>
<tr>
<td>Command-R</td>
<td>Show original (of alias)</td>
</tr>
<tr>
<td>Command-T</td>
<td>Add to Sidebar</td>
</tr>
<tr>
<td>Shift-Command-T</td>
<td>Add to Favorites</td>
</tr>
<tr>
<td>Option-Command-T</td>
<td>Hide Toolbar / Show Toolbar in Finder windows</td>
</tr>
<tr>
<td>Shift-Command-U</td>
<td>Open Utilities folder</td>
</tr>
<tr>
<td>Command-V</td>
<td>Paste</td>
</tr>
<tr>
<td>Command-W</td>
<td>Close window</td>
</tr>
<tr>
<td>Option-Command-W</td>
<td>Close all windows</td>
</tr>
<tr>
<td>Command-X</td>
<td>Cut</td>
</tr>
<tr>
<td>Option-Command-Y</td>
<td>Slideshow (Mac OS X 10.5 or later)</td>
</tr>
<tr>
<td>Command-Z</td>
<td>Undo / Redo</td>
</tr>
<tr>
<td>Command-1</td>
<td>View as Icon</td>
</tr>
<tr>
<td>Command-2</td>
<td>View as List</td>
</tr>
<tr>
<td>Command-3</td>
<td>View as Columns</td>
</tr>
<tr>
<td>Command-4</td>
<td>View as Cover Flow (Mac OS X 10.5 or later)</td>
</tr>
<tr>
<td>Command-, (Command and the comma key)</td>
<td>Open Finder preferences</td>
</tr>
<tr>
<td>Command-` (the Grave accent key&#8211;above Tab key on a US English keyboard layout)</td>
<td>Cycle through open Finder windows</td>
</tr>
<tr>
<td>Command-Shift-?</td>
<td>Open Mac Help</td>
</tr>
<tr>
<td>Option-Shift-Command-Esc (hold for three seconds) &#8211; Mac OS X v10.5, v10.6 or later only</td>
<td><a href="http://support.apple.com/kb/HT3411">Force Quit</a> front-most application</td>
</tr>
<tr>
<td>Command-[</td>
<td>Back</td>
</tr>
<tr>
<td>Command-]</td>
<td>Forward</td>
</tr>
<tr>
<td>Command-Up Arrow</td>
<td>Open enclosed folder</td>
</tr>
<tr>
<td>Control-Command-Up Arrow</td>
<td>Open enclosed folder in a new window</td>
</tr>
<tr>
<td>Command-Down Arrow</td>
<td>Open highlighted item</td>
</tr>
<tr>
<td>Command-Tab</td>
<td>Switch application&#8211;cycle forward</td>
</tr>
<tr>
<td>Shift-Command-Tab</td>
<td>Switch application&#8211;cycle backward</td>
</tr>
<tr>
<td>Command-Delete</td>
<td>Move to Trash</td>
</tr>
<tr>
<td>Shift-Command-Delete</td>
<td>Empty Trash</td>
</tr>
<tr>
<td>Option-Shift-Command-Delete</td>
<td>Empty Trash without confirmation dialog</td>
</tr>
<tr>
<td>Spacebar (or Command-Y)</td>
<td>Quick Look (Mac OS X 10.5 or later)</td>
</tr>
<tr>
<td>Command key while dragging</td>
<td>Move dragged item to other volume/location (pointer icon changes while key is held&#8211;see <a href="http://docs.info.apple.com/article.html?artnum=25571">this article</a>)</td>
</tr>
<tr>
<td>Option key while dragging</td>
<td>Copy dragged item (pointer icon changes while key is held&#8211;see <a href="http://docs.info.apple.com/article.html?artnum=25571">this article</a>)</td>
</tr>
<tr>
<td>Option-Command key combination while dragging</td>
<td>Make alias of dragged item (pointer icon changes while key is held&#8211;see <a href="http://docs.info.apple.com/article.html?artnum=25571">this article</a>)</td>
</tr>
</tbody>
</table>
<p><strong><br />
Application and other Mac OS X keyboard commands</strong></p>
<p><strong>Note:</strong> Some applications may not support all of the below application key combinations.</p>
<table id="kbtable" border="0" cellspacing="0" width="100%">
<tbody>
<tr id="header2">
<td><strong>Key combination</strong></td>
<td><strong>What it does</strong></td>
</tr>
<tr>
<td>Command-Space</td>
<td>Show or hide the Spotlight search field (if multiple languages are installed, may rotate through enabled script systems)</td>
</tr>
<tr>
<td>Option-Command-Space</td>
<td>Show the Spotlight search results window (if multiple languages are installed, may rotate through keyboard layouts and input methods within a script)</td>
</tr>
<tr>
<td>Command-Tab</td>
<td>Move forward to the next most recently used application in a list of open applications</td>
</tr>
<tr>
<td>Shift-Command-Tab</td>
<td>Move backward through a list of open applications (sorted by recent use)</td>
</tr>
<tr>
<td>Shift-Tab</td>
<td>Navigate through controls in a reverse direction</td>
</tr>
<tr>
<td>Control-Tab</td>
<td>Move focus to the next grouping of controls in a dialog or the next table (when Tab moves to the next cell)</td>
</tr>
<tr>
<td>Shift-Control-Tab</td>
<td>Move focus to the previous grouping of controls</td>
</tr>
<tr>
<td>Command-esc</td>
<td>Open Front Row (if installed)</td>
</tr>
<tr>
<td>Option-Eject</td>
<td>Eject from secondary optical media drive (if one is installed)</td>
</tr>
<tr>
<td>Control-Eject</td>
<td>Show shutdown dialog</td>
</tr>
<tr>
<td>Option-Command-Eject</td>
<td>Put the computer to sleep</td>
</tr>
<tr>
<td>Control-Command-Eject</td>
<td>Quit all applications (after giving you a chance to save changes to open documents), then restart the computer</td>
</tr>
<tr>
<td>Control Option-Command-Eject</td>
<td>Quit all applications (after giving you a chance to save changes to open documents), then shut down the computer</td>
</tr>
<tr>
<td>fn-Delete</td>
<td>Forward Delete (on portable Macs&#8217; built-in keyboard)</td>
</tr>
<tr>
<td>Control-F1</td>
<td>Toggle full keyboard access on or off</td>
</tr>
<tr>
<td>Control-F2</td>
<td>Move focus to the menu bar</td>
</tr>
<tr>
<td>Control-F3</td>
<td>Move focus to the Dock</td>
</tr>
<tr>
<td>Control-F4</td>
<td>Move focus to the active (or next) window</td>
</tr>
<tr>
<td>Shift-Control-F4</td>
<td>Move focus to the previously active window</td>
</tr>
<tr>
<td>Control-F5</td>
<td>Move focus to the toolbar.</td>
</tr>
<tr>
<td>Control-F6</td>
<td>Move focus to the first (or next) panel</td>
</tr>
<tr>
<td>Shift-Control-F6</td>
<td>Move focus to the previous panel</td>
</tr>
<tr>
<td>Control-F7</td>
<td>Temporarily override the current keyboard access mode in windows and dialogs</td>
</tr>
<tr>
<td>F9</td>
<td>Tile or untile all open windows</td>
</tr>
<tr>
<td>F10</td>
<td>Tile or untile all open windows in the currently active application</td>
</tr>
<tr>
<td>F11</td>
<td>Hide or show all open windows</td>
</tr>
<tr>
<td>F12</td>
<td>Hide or display Dashboard</td>
</tr>
<tr>
<td>Command-`</td>
<td>Activate the next open window in the frontmost application</td>
</tr>
<tr>
<td>Shift-Command-`</td>
<td>Activate the previous open window in the frontmost application</td>
</tr>
<tr>
<td>Option-Command-`</td>
<td>Move focus to the window drawer</td>
</tr>
<tr>
<td>Command- &#8211; (minus)</td>
<td>Decrease the size of the selected item</td>
</tr>
<tr>
<td>Command-{</td>
<td>Left-align a selection</td>
</tr>
<tr>
<td>Command-}</td>
<td>Right-align a selection</td>
</tr>
<tr>
<td>Command-|</td>
<td>Center-align a selection</td>
</tr>
<tr>
<td>Command-:</td>
<td>Display the Spelling window</td>
</tr>
<tr>
<td>Command-;</td>
<td>Find misspelled words in the document</td>
</tr>
<tr>
<td>Command-,</td>
<td>Open the front application&#8217;s preferences window (if it supports this keyboard shortcut)</td>
</tr>
<tr>
<td>Option-Control-Command-,</td>
<td>Decrease screen contrast</td>
</tr>
<tr>
<td>Option-Control-Command-.</td>
<td>Increase screen contrast</td>
</tr>
<tr>
<td>Command-?</td>
<td>Open the application&#8217;s help in Help Viewer</td>
</tr>
<tr>
<td>Option-Command-/</td>
<td>Turn font smoothing on or off</td>
</tr>
<tr>
<td>Shift-Command-=</td>
<td>Increase the size of the selected item</td>
</tr>
<tr>
<td>Shift-Command-3</td>
<td>Capture the screen to a file</td>
</tr>
<tr>
<td>Shift-Control-Command-3</td>
<td>Capture the screen to the Clipboard</td>
</tr>
<tr>
<td>Shift-Command-4</td>
<td>Capture a selection to a file</td>
</tr>
<tr>
<td>Shift-Control-Command-4</td>
<td>Capture a selection to the Clipboard</td>
</tr>
<tr>
<td>Command-A</td>
<td>Highlight every item in a document or window, or all characters in a text field</td>
</tr>
<tr>
<td>Command-B</td>
<td>Boldface the selected text or toggle boldfaced text on and off</td>
</tr>
<tr>
<td>Command-C</td>
<td>Duplicate the selected data and store on the Clipboard</td>
</tr>
<tr>
<td>Shift-Command-C</td>
<td>Display the Colors window</td>
</tr>
<tr>
<td>Option-Command-C</td>
<td>Copy the style of the selected text</td>
</tr>
<tr>
<td>Control-Command-C</td>
<td>Copy the formatting settings of the selected item and store on the Clipboard</td>
</tr>
<tr>
<td>Option-Command-D</td>
<td>Show or hide the Dock</td>
</tr>
<tr>
<td>Command-Control D</td>
<td>Display the definition of the selected word in the Dictionary application</td>
</tr>
<tr>
<td>Command-E</td>
<td>Use the selection for a find</td>
</tr>
<tr>
<td>Command-F</td>
<td>Open a Find window</td>
</tr>
<tr>
<td>Option-Command-F</td>
<td>Move to the search field control</td>
</tr>
<tr>
<td>Command-G</td>
<td>Find the next occurrence of the selection</td>
</tr>
<tr>
<td>Shift-Command-G</td>
<td>Find the previous occurrence of the selection</td>
</tr>
<tr>
<td>Command-H</td>
<td>Hide the windows of the currently running application</td>
</tr>
<tr>
<td>Option-Command-H</td>
<td>Hide the windows of all other running applications</td>
</tr>
<tr>
<td>Command-I</td>
<td>Italicize the selected text or toggle italic text on or off</td>
</tr>
<tr>
<td>Option-Command-I</td>
<td>Display an inspector window</td>
</tr>
<tr>
<td>Command-J</td>
<td>Scroll to a selection</td>
</tr>
<tr>
<td>Command-M</td>
<td>Minimize the active window to the Dock</td>
</tr>
<tr>
<td>Option-Command-M</td>
<td>Minimize all windows of the active application to the Dock</td>
</tr>
<tr>
<td>Command-N</td>
<td>Create a new document in the frontmost application</td>
</tr>
<tr>
<td>Command-O</td>
<td>Display a dialog for choosing a document to open in the frontmost application</td>
</tr>
<tr>
<td>Command-P</td>
<td>Display the Print dialog</td>
</tr>
<tr>
<td>Shift-Command-P</td>
<td>Display a dialog for specifying printing parameters (Page Setup)</td>
</tr>
<tr>
<td>Command-Q</td>
<td>Quit the frontmost application</td>
</tr>
<tr>
<td>Command-S</td>
<td>Save the active document</td>
</tr>
<tr>
<td>Shift-Command-S</td>
<td>Display the Save As dialog</td>
</tr>
<tr>
<td>Command-T</td>
<td>Display the Fonts window</td>
</tr>
<tr>
<td>Option-Command-T</td>
<td>Show or hide a toolbar</td>
</tr>
<tr>
<td>Command-U</td>
<td>Underline the selected text or turn underlining on or off</td>
</tr>
<tr>
<td>Command-V</td>
<td>Paste the Clipboard contents at the insertion point</td>
</tr>
<tr>
<td>Option-Command-V</td>
<td>Apply the style of one object to the selected object (Paste Style)</td>
</tr>
<tr>
<td>Option-Shift-Command-V</td>
<td>Apply the style of the surrounding text to the inserted object (Paste and Match Style)</td>
</tr>
<tr>
<td>Control-Command-V</td>
<td>Apply formatting settings to the selected object (Paste Ruler Command)</td>
</tr>
<tr>
<td>Command-W</td>
<td>Close the frontmost window</td>
</tr>
<tr>
<td>Shift-Command-W</td>
<td>Close a file and its associated windows</td>
</tr>
<tr>
<td>Option-Command-W</td>
<td>Close all windows in the application without quitting it</td>
</tr>
<tr>
<td>Command-X</td>
<td>Remove the selection and store in the Clipboard</td>
</tr>
<tr>
<td>Command-Z</td>
<td>Undo previous command (some applications allow for multiple Undos)</td>
</tr>
<tr>
<td>Shift-Command-Z</td>
<td>Redo previous command (some applications allow for multiple Redos)</td>
</tr>
<tr>
<td>Control-Right Arrow</td>
<td>Move focus to another value or cell within a view, such as a table</td>
</tr>
<tr>
<td>Control-Left Arrow</td>
<td>Move focus to another value or cell within a view, such as a table</td>
</tr>
<tr>
<td>Control-Down Arrow</td>
<td>Move focus to another value or cell within a view, such as a table</td>
</tr>
<tr>
<td>Control-Up Arrow</td>
<td>Move focus to another value or cell within a view, such as a table</td>
</tr>
<tr>
<td>Shift-Command-Right Arrow</td>
<td>Select text between the insertion point and the end of the current line (*)</td>
</tr>
<tr>
<td>Shift-Command-Left Arrow</td>
<td>Select text between the insertion point and the beginning of the current line (*)</td>
</tr>
<tr>
<td>Shift-Right Arrow</td>
<td>Extend text selection one character to the right (*)</td>
</tr>
<tr>
<td>Shift-Left Arrow</td>
<td>Extend text selection one character to the left (*)</td>
</tr>
<tr>
<td>Shift-Command-Up Arrow</td>
<td>Select text between the insertion point and the beginning of the document (*)</td>
</tr>
<tr>
<td>Shift-Command-Down Arrow</td>
<td>Select text between the insertion point and the end of the document (*)</td>
</tr>
<tr>
<td>Shift-Up Arrow</td>
<td>Extend text selection to the line above, to the nearest character boundary at the same horizontal location (*)</td>
</tr>
<tr>
<td>Shift-Down Arrow</td>
<td>Extend text selection to the line below, to the nearest character boundary at the same horizontal location (*)</td>
</tr>
<tr>
<td>Shift-Option-Right Arrow</td>
<td>Extend text selection to the end of the current word, then to the end of the following word if pressed again (*)</td>
</tr>
<tr>
<td>Shift-Option-Left Arrow</td>
<td>Extend text selection to the beginning of the current word, then to the beginning of the following word if pressed again (*)</td>
</tr>
<tr>
<td>Shift-Option-Down Arrow</td>
<td>Extend text selection to the end of the current paragraph, then to the end of the following paragraph if pressed again (*)</td>
</tr>
<tr>
<td>Shift-Option-Up Arrow</td>
<td>Extend text selection to the beginning of the current paragraph, then to the beginning of the following paragraph if pressed again (*)</td>
</tr>
<tr>
<td>Control-Space</td>
<td>Toggle between the current and previous input sources</td>
</tr>
<tr>
<td>Option-Control-Space</td>
<td>Toggle through all enabled input sources</td>
</tr>
<tr>
<td>Command-Left Arrow</td>
<td>Change the keyboard layout to current layout of system script</td>
</tr>
<tr>
<td>Command-Right Arrow</td>
<td>Change the keyboard layout to current layout of Roman script</td>
</tr>
<tr>
<td>Option-Command-esc</td>
<td><a href="http://support.apple.com/kb/HT3411">Force Quit</a></td>
</tr>
</tbody>
</table>
<p><strong>(*) Note: </strong>If no text is selected, the extension begins at the insertion point. If text is selected by dragging, then the extension begins at the selection boundary. Reversing the direction of the selection deselects the appropriate unit.</p>
<p><strong><br />
Universal Access &#8211; <a href="http://docs.info.apple.com/article.html?path=Mac/10.5/en/8825.html">VoiceOver</a> keyboard commands</strong></p>
<p>For information about VoiceOver key combination differences in Mac OS X v10.6, see <a href="http://support.apple.com/kb/HT3786">this article</a>.</p>
<table id="kbtable" border="0" cellspacing="0" width="100%">
<tbody>
<tr id="header2">
<td><strong>Key combination</strong></td>
<td><strong>What it does</strong></td>
</tr>
<tr>
<td>Command-F5 or<br />
fn Command-F5</td>
<td>Turn VoiceOver on or off</td>
</tr>
<tr>
<td>Control Option-F8 or<br />
fn Control Option-F8</td>
<td>Open VoiceOver Utility</td>
</tr>
<tr>
<td>Control Option-F7 or<br />
fn Control Option-F7</td>
<td>Display VoiceOver menu</td>
</tr>
<tr>
<td>Control Option-;<br />
or fn Control Option-;</td>
<td>Enable/disable VoiceOver Control Option-lock</td>
</tr>
<tr>
<td>Option-Command-8 or<br />
fn Command-F11</td>
<td>Turn on Zoom</td>
</tr>
<tr>
<td>Option-Command-+</td>
<td>Zoom In</td>
</tr>
<tr>
<td>Option-Command- &#8211; (minus)</td>
<td>Zoom Out</td>
</tr>
<tr id="odd10">
<td>Option-Control-Command-8</td>
<td>Invert/revert the <a href="http://docs.info.apple.com/article.html?artnum=107329">screen colors</a></td>
</tr>
<tr>
<td>Control Option-Command-,</td>
<td>Reduce contrast</td>
</tr>
<tr>
<td>Control Option-Command-.</td>
<td>Increase contrast</td>
</tr>
</tbody>
</table>
<p><strong>Note</strong>: You may need to enable &#8220;Use all F1, F2, etc. keys as standard keys&#8221; in Keyboard preferences for the VoiceOver menu and utility to work.</p>
<p><strong><br />
Universal Access &#8211; Mouse Keys</strong></p>
<p>When <a href="http://docs.info.apple.com/article.html?path=Mac/10.5/en/8565.html">Mouse Keys</a> is turned on in Universal Access preferences, you can use the keyboard or numeric keypad keys to move the mouse pointer. If your computer doesn&#8217;t have a numeric keypad, use the Fn (function) key.</p>
<table id="kbtable" border="0" cellspacing="0" width="100%">
<tbody>
<tr id="header2">
<td><strong>Key combination</strong></td>
<td><strong>What it does</strong></td>
</tr>
<tr>
<td>8</td>
<td>Move Up</td>
</tr>
<tr>
<td>2</td>
<td>Move Down</td>
</tr>
<tr>
<td>4</td>
<td>Move Left</td>
</tr>
<tr>
<td>6</td>
<td>Move Right</td>
</tr>
<tr>
<td>1</td>
<td>Move Diagonally Bottom Left</td>
</tr>
<tr>
<td>3</td>
<td>Move Diagonally Bottom Right</td>
</tr>
<tr>
<td>7</td>
<td>Move Diagonally Top Left</td>
</tr>
<tr>
<td>9</td>
<td>Move Diagonally Top Right</td>
</tr>
<tr>
<td>5</td>
<td>Press Mouse Button</td>
</tr>
<tr>
<td>0</td>
<td>Hold Mouse Button</td>
</tr>
<tr>
<td>. (period on number pad)</td>
<td>Release Hold Mouse Button</td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kuhnline.com/wp/?feed=rss2&amp;p=497</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
