<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Remapping the Caps Lock Key</title>
	<link>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/</link>
	<description>Utterly random, incoherent and disjointed rants and ramblings...</description>
	<pubDate>Tue, 02 Dec 2008 19:40:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-10275</link>
		<pubDate>Sun, 28 Sep 2008 23:03:33 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-10275</guid>
					<description>@&lt;a href="#comment-10274" rel="nofollow"&gt;Michelle&lt;/a&gt;: try &lt;a href="http://www.usnetizen.com/fix_capslock.php" rel="nofollow"&gt;this link&lt;/a&gt; - it seems to have several good solutions (including a GUI app you can just download and install).</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-10274" rel="nofollow">Michelle</a>: try <a href="http://www.usnetizen.com/fix_capslock.php" rel="nofollow">this link</a> - it seems to have several good solutions (including a GUI app you can just download and install).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Michelle</title>
		<link>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-10274</link>
		<pubDate>Sun, 28 Sep 2008 22:25:05 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-10274</guid>
					<description>I know this is @n old topic hopefully someone c@n help me out.. @s you c@n see my @ key is ret@rded, luckily I c@n substitute it. Im wondering if someone could w@lk me through how to ch@nge my @ key to my C@pslock key on Windows XP :x @ny help would be @ppreci@ted ty</description>
		<content:encoded><![CDATA[<p>I know this is @n old topic hopefully someone <a href="mailto:c@n">c@n</a> help me out.. @s you <a href="mailto:c@n">c@n</a> see my @ key is <a href="mailto:ret@rded">ret@rded</a>, luckily I <a href="mailto:c@n">c@n</a> substitute it. Im wondering if someone could <a href="mailto:w@lk">w@lk</a> me through how to <a href="mailto:ch@nge">ch@nge</a> my @ key to my <a href="mailto:C@pslock">C@pslock</a> key on Windows XP <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_mad.gif" alt="x" class="wp-smiley" />  @ny help would be @ppreci@ted ty
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: James</title>
		<link>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-8303</link>
		<pubDate>Mon, 03 Mar 2008 15:06:49 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-8303</guid>
					<description>Holy crap, thanks for posting this. I've been trying to find a solution for about 6 months now and this is the first solution I could get working. You rock.</description>
		<content:encoded><![CDATA[<p>Holy crap, thanks for posting this. I&#8217;ve been trying to find a solution for about 6 months now and this is the first solution I could get working. You rock.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ian</title>
		<link>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-7354</link>
		<pubDate>Thu, 13 Dec 2007 14:55:51 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-7354</guid>
					<description>I successfully remapped Caps_Lock to Shift using the following commands in the terminal:
&lt;code&gt;xmodmap -e "remove Lock = Caps_Lock"
xmodmap -e "add Shift = Caps_Lock"&lt;/code&gt;
You can put the lines between the quotes in your .Xmodmap file to get the same functionality every time you startup, this solution is good for testing it out, as it is gone when you relogin.</description>
		<content:encoded><![CDATA[<p>I successfully remapped Caps_Lock to Shift using the following commands in the terminal:<br />
<code>xmodmap -e "remove Lock = Caps_Lock"<br />
xmodmap -e "add Shift = Caps_Lock"</code><br />
You can put the lines between the quotes in your .Xmodmap file to get the same functionality every time you startup, this solution is good for testing it out, as it is gone when you relogin.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: sanjeev</title>
		<link>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-7277</link>
		<pubDate>Thu, 06 Dec 2007 09:27:57 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-7277</guid>
					<description>I tried to remap the control key to "apostrophe" like this

xmodmap -e "remove Control = Control_R"
xmodmap -e "keycode 48 = Control_R"
xmodmap -e 'add Control = Control_R'

xmodmap -e "keycode 109  = apostrophe quotedbl"

xmodmap -p shows

control     Control_L (0x25),  Control_L (0x42),  Control_R (0x30),  apostrophe (0x6d)
I thought I just removed Control_R. apostrophe entry is fine, why did I get
Control_R(0x30) again ? any ideas ?</description>
		<content:encoded><![CDATA[<p>I tried to remap the control key to &#8220;apostrophe&#8221; like this</p>
<p>xmodmap -e &#8220;remove Control = Control_R&#8221;<br />
xmodmap -e &#8220;keycode 48 = Control_R&#8221;<br />
xmodmap -e &#8216;add Control = Control_R&#8217;</p>
<p>xmodmap -e &#8220;keycode 109  = apostrophe quotedbl&#8221;</p>
<p>xmodmap -p shows</p>
<p>control     Control_L (0&#215;25),  Control_L (0&#215;42),  Control_R (0&#215;30),  apostrophe (0&#215;6d)<br />
I thought I just removed Control_R. apostrophe entry is fine, why did I get<br />
Control_R(0&#215;30) again ? any ideas ?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-6361</link>
		<pubDate>Mon, 01 Oct 2007 00:07:03 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-6361</guid>
					<description>The remove lock command should actually do it. Make sure you spelled it correctly. :)</description>
		<content:encoded><![CDATA[<p>The remove lock command should actually do it. Make sure you spelled it correctly. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tom</title>
		<link>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-6360</link>
		<pubDate>Sun, 30 Sep 2007 23:22:36 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-6360</guid>
					<description>hey man, sweet post. quick question. I changed it in unix, but now when I press "Caps Lock" (which is Control) it doesn't come out of "Control" unless I press it again.  This is annoying in its own right.  Do you know how to stop that behavior?</description>
		<content:encoded><![CDATA[<p>hey man, sweet post. quick question. I changed it in unix, but now when I press &#8220;Caps Lock&#8221; (which is Control) it doesn&#8217;t come out of &#8220;Control&#8221; unless I press it again.  This is annoying in its own right.  Do you know how to stop that behavior?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Albert</title>
		<link>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-6227</link>
		<pubDate>Tue, 18 Sep 2007 23:47:17 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-6227</guid>
					<description>Frickhen great!</description>
		<content:encoded><![CDATA[<p>Frickhen great!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jeff</title>
		<link>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-6082</link>
		<pubDate>Thu, 06 Sep 2007 15:25:32 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-6082</guid>
					<description>shucks, I was expecting an 'imap' sequence, given that you were talking about vim. What if I have my caps lock remapped in the rest of X for something else already? tough luck?

I've got mine remapped to Control. Seems like there is no way to specify the Control key by itself with 'imap'....</description>
		<content:encoded><![CDATA[<p>shucks, I was expecting an &#8216;imap&#8217; sequence, given that you were talking about vim. What if I have my caps lock remapped in the rest of X for something else already? tough luck?</p>
<p>I&#8217;ve got mine remapped to Control. Seems like there is no way to specify the Control key by itself with &#8216;imap&#8217;&#8230;.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Matt`</title>
		<link>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-5694</link>
		<pubDate>Thu, 16 Aug 2007 04:53:19 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/08/02/remapping-the-caps-lock-key/#comment-5694</guid>
					<description>I hit that bastard caps lock key by accident all the time, I'm now thinking about remapping it to a null setting so I can't wreak so much upper case-ical havoc on myself.

I don't really have any other key I'd want to put there, maybe a second A key so when I for A and get caps instead I still type what I intended to</description>
		<content:encoded><![CDATA[<p>I hit that bastard caps lock key by accident all the time, I&#8217;m now thinking about remapping it to a null setting so I can&#8217;t wreak so much upper case-ical havoc on myself.</p>
<p>I don&#8217;t really have any other key I&#8217;d want to put there, maybe a second A key so when I for A and get caps instead I still type what I intended to
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.469 seconds -->
