<?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>TrueJournals &#187; xmodmap</title>
	<atom:link href="http://truejournals.com/tags/xmodmap/feed/" rel="self" type="application/rss+xml" />
	<link>http://truejournals.com</link>
	<description>College student; Engineer; Programmer; Nerd.</description>
	<lastBuildDate>Mon, 18 Jul 2011 04:24:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Changing Caps Lock to Shift in Linux</title>
		<link>http://truejournals.com/2009/07/20/changing-caps-lock-to-shift-in-linux/</link>
		<comments>http://truejournals.com/2009/07/20/changing-caps-lock-to-shift-in-linux/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 03:54:59 +0000</pubDate>
		<dc:creator>TrueJournals</dc:creator>
				<category><![CDATA[thoughts]]></category>
		<category><![CDATA[caps lock]]></category>
		<category><![CDATA[keysym]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shift]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xmodmap]]></category>

		<guid isPermaLink="false">http://truejournals.com/?p=115</guid>
		<description><![CDATA[After a lot of figuring out how xmodmap works, I&#8217;ve finally been able to get my caps lock to work as a shift key, instead a locking key.  There are actually two steps to this, the second one being the tricky part.  Just create a file called .Xmodmap in your home directory with the following [...]]]></description>
			<content:encoded><![CDATA[<p>After a lot of figuring out how xmodmap works, I&#8217;ve finally been able to get my caps lock to work as a shift key, instead a locking key.  There are actually two steps to this, the second one being the tricky part.  Just create a file called .Xmodmap in your home directory with the following contents:</p>
<blockquote><p>remove Lock = Caps_Lock<br />
add Shift = Caps_Lock</p></blockquote>
<p>This removes the lock from caps lock (so it&#8217;s a press-and-hold, not a toggle), and makes it a shift key, even though the computer still recognizes it as the caps lock key.  If you wanted to get fancier, you could make the computer recognize it as the left shift key with the following:</p>
<blockquote><p>remove Lock = Caps_Lock<br />
keysym Caps_Lock = Shift_L<br />
add Shift = Shift_L</p></blockquote>
<p>The tricky part here is realizing that after you tell the computer that Caps Lock is actually left shift, you need to add this key to the &#8220;shift&#8221; list, even though it&#8217;s already there.  I don&#8217;t quite understand this, but I know that it&#8217;s necessary.</p>
<p>Have fun getting rid of that annoying caps lock key!</p>
]]></content:encoded>
			<wfw:commentRss>http://truejournals.com/2009/07/20/changing-caps-lock-to-shift-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

