<?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>Daily Morn by Raymond Li &#187; Keyboard</title>
	<atom:link href="http://rayli.net/blog/tag/keyboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://rayli.net/blog</link>
	<description></description>
	<lastBuildDate>Sun, 22 Jan 2012 02:52:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Remap keys, map caps lock to control button</title>
		<link>http://rayli.net/blog/2008/10/remap-keys-map-caps-lock-to-control-button/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remap-keys-map-caps-lock-to-control-button</link>
		<comments>http://rayli.net/blog/2008/10/remap-keys-map-caps-lock-to-control-button/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 04:01:13 +0000</pubDate>
		<dc:creator>Raymond Li</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Keyboard]]></category>
		<category><![CDATA[Registry]]></category>

		<guid isPermaLink="false">http://rayli.net/blog/?p=88</guid>
		<description><![CDATA[The caps locks key is one of the least commonly used keys on my keyboard&#8230;  until I mapped it to a control key!  A lot of the registry hacks available online for remapping the caps lock and control button involve swapping their functionality or swapping other keys.  I have absolutely no use for a caps [...]]]></description>
			<content:encoded><![CDATA[<p>The caps locks key is one of the least commonly used keys on my keyboard&#8230;  until I mapped it to a control key!  A lot of the registry hacks available online for remapping the caps lock and control button involve <a title="Is it worth swapping Ctrl and Caps Lock..." href="http://stackoverflow.com/questions/127973/is-it-worth-swapping-ctrl-and-caps-lock-for-windows-users-that-dont-use-emacs">swapping </a>their functionality or swapping <a title="Emacs newbies - don’t  swap Ctrl and Caps Lock" href="http://blog.splittist.com/2007/07/23/emacs-newbies-dont-swap-ctrl-and-caps-lock/">other keys</a>.  I have absolutely no use for a caps lock button, so I just map the caps lock button to a control button and leave the control button in the bottom-left corner alone.</p>
<p><span id="more-88"></span>Fire up the Registry Editor by clicking Start Menu &gt; Run.</p>
<ol>
<li>Type in regedit, and hit enter.</li>
<li>Browse to:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout.</li>
<li>Click on Keyboard Layout.</li>
<li>Right-click in the table on the right, and click New &gt; Binary Value.</li>
<li>A new value will be added in the table.  Name it &#8220;Scancode Map&#8221; without the quotes.</li>
<li>Double-click on the new &#8220;Scancode Map&#8221; value.</li>
<li>A window titled &#8220;Edit Binary Value&#8221; will pop-up.</li>
<li>Enter:<br />
00 00 00 00 00 00 00 00<br />
02 00 00 00 1D 00 3A 00<br />
00 00 00 00</li>
<li>No need to enter the spaces.  They will be automatically inserted as the numbers are entered.</li>
<li>Click OK to save your changes.</li>
<li>Now reboot.</li>
<li>After rebooting, your caps lock will now act as a control button!</li>
</ol>
<p>Check out the <a title="Scan Code Mapper for Windows" href="http://www.microsoft.com/whdc/archive/w2kscan-map.mspx">Microsoft Documentation</a> if you&#8217;re looking for a more complete technical description of what all the HEX values mean.</p>
]]></content:encoded>
			<wfw:commentRss>http://rayli.net/blog/2008/10/remap-keys-map-caps-lock-to-control-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

