<?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: Turning capslock into a ctrl key</title>
	<atom:link href="http://cmalabs.com/blog/2010/04/turning-capslock-into-a-ctrl-key/feed/" rel="self" type="application/rss+xml" />
	<link>http://cmalabs.com/blog/2010/04/turning-capslock-into-a-ctrl-key/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=turning-capslock-into-a-ctrl-key</link>
	<description>Technology and ideas</description>
	<lastBuildDate>Wed, 19 Jan 2011 05:18:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Robert Massaioli</title>
		<link>http://cmalabs.com/blog/2010/04/turning-capslock-into-a-ctrl-key/#comment-414</link>
		<dc:creator>Robert Massaioli</dc:creator>
		<pubDate>Sun, 11 Apr 2010 22:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://cmalabs.com/blog/2010/04/turning-capslock-into-a-ctrl-key/#comment-414</guid>
		<description>This is cool but you really want to put it in the &#039;.xmodmap&#039; file so that it automatically runs on startup. For example, here is my .xmodmap file that swaps backspace and capslock around:

robert@Shhnap:~ $ cat .xmodmap 
remove Lock    = Caps_Lock
keycode 0x16 =  Caps_Lock
keycode 0x42 =  BackSpace
add    Lock    = Caps_Lock</description>
		<content:encoded><![CDATA[<p>This is cool but you really want to put it in the &#8216;.xmodmap&#8217; file so that it automatically runs on startup. For example, here is my .xmodmap file that swaps backspace and capslock around:</p>
<p>robert@Shhnap:~ $ cat .xmodmap<br />
remove Lock    = Caps_Lock<br />
keycode 0&#215;16 =  Caps_Lock<br />
keycode 0&#215;42 =  BackSpace<br />
add    Lock    = Caps_Lock</p>
]]></content:encoded>
	</item>
</channel>
</rss>

