<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Disable Caps Lock Key in Linux</title>
	<atom:link href="http://www.cyberciti.biz/faq/linux-deactivate-caps-lock/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyberciti.biz/faq/linux-deactivate-caps-lock/</link>
	<description>Every answer asks a more beautiful question.</description>
	<lastBuildDate>Thu, 18 Mar 2010 20:15:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tucker</title>
		<link>http://www.cyberciti.biz/faq/linux-deactivate-caps-lock/comment-page-1/#comment-44243</link>
		<dc:creator>Tucker</dc:creator>
		<pubDate>Thu, 22 Oct 2009 22:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=2200#comment-44243</guid>
		<description>@Pradeep

Maybe try lock screen?</description>
		<content:encoded><![CDATA[<p>@Pradeep</p>
<p>Maybe try lock screen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep</title>
		<link>http://www.cyberciti.biz/faq/linux-deactivate-caps-lock/comment-page-1/#comment-43320</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Sun, 23 Aug 2009 13:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=2200#comment-43320</guid>
		<description>How Can I Disable the Keyboard in RHEL-4.
to Aovid the Input In My Absens.
Pradeep</description>
		<content:encoded><![CDATA[<p>How Can I Disable the Keyboard in RHEL-4.<br />
to Aovid the Input In My Absens.<br />
Pradeep</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasleen</title>
		<link>http://www.cyberciti.biz/faq/linux-deactivate-caps-lock/comment-page-1/#comment-41553</link>
		<dc:creator>Jasleen</dc:creator>
		<pubDate>Sun, 10 May 2009 13:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=2200#comment-41553</guid>
		<description>I think, that the command 

xmodmap -e &quot;remove lock = Caps_Lock&quot;

only works if your caps lock is off</description>
		<content:encoded><![CDATA[<p>I think, that the command </p>
<p>xmodmap -e &#8220;remove lock = Caps_Lock&#8221;</p>
<p>only works if your caps lock is off</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lowly worm</title>
		<link>http://www.cyberciti.biz/faq/linux-deactivate-caps-lock/comment-page-1/#comment-40629</link>
		<dc:creator>lowly worm</dc:creator>
		<pubDate>Fri, 06 Mar 2009 19:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=2200#comment-40629</guid>
		<description>I want to disable a bunch of keys because my daughter accidently presses them when she is playing a game on her &quot;Aspire one&quot;. The method worked for many keys but not all.

For example to disable the tux-key (the linux equivilent to the windows-key)
xev doesn&#039;t show a keycode when i press the tux key
infact i don&#039;t see any Keypress event, just a lot of other events.

---------------------------------------------------------------------------------
[user@localhost ~]$ xmodmap -pm
xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):

shift       Shift_L (0x32),  Shift_R (0x3e)
lock        Caps_Lock (0x42)
control     Control_L (0x25),  Control_R (0x6d)
mod1        Alt_L (0x40),  Meta_L (0x9c)
mod2        Num_Lock (0x4d)
mod3      
mod4        Super_L (0x7f),  Hyper_L (0x80)
mod5        Mode_switch (0x5d),  ISO_Level3_Shift (0x71),  ISO_Level3_Shift (0x7c)
---------------------------------------------------------------------------------------------

I thought it might be possible to just remove the mapping for &quot;mod4 Super_L&quot;,  but even that did not work.

Any tips on this, most welcome.
//The Lowley Worm</description>
		<content:encoded><![CDATA[<p>I want to disable a bunch of keys because my daughter accidently presses them when she is playing a game on her &#8220;Aspire one&#8221;. The method worked for many keys but not all.</p>
<p>For example to disable the tux-key (the linux equivilent to the windows-key)<br />
xev doesn&#8217;t show a keycode when i press the tux key<br />
infact i don&#8217;t see any Keypress event, just a lot of other events.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[user@localhost ~]$ xmodmap -pm<br />
xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):</p>
<p>shift       Shift_L (0&#215;32),  Shift_R (0&#215;3e)<br />
lock        Caps_Lock (0&#215;42)<br />
control     Control_L (0&#215;25),  Control_R (0&#215;6d)<br />
mod1        Alt_L (0&#215;40),  Meta_L (0&#215;9c)<br />
mod2        Num_Lock (0&#215;4d)<br />
mod3<br />
mod4        Super_L (0&#215;7f),  Hyper_L (0&#215;80)<br />
mod5        Mode_switch (0&#215;5d),  ISO_Level3_Shift (0&#215;71),  ISO_Level3_Shift (0&#215;7c)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>I thought it might be possible to just remove the mapping for &#8220;mod4 Super_L&#8221;,  but even that did not work.</p>
<p>Any tips on this, most welcome.<br />
//The Lowley Worm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gokdeniz Karadag</title>
		<link>http://www.cyberciti.biz/faq/linux-deactivate-caps-lock/comment-page-1/#comment-39035</link>
		<dc:creator>Gokdeniz Karadag</dc:creator>
		<pubDate>Wed, 22 Oct 2008 17:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=2200#comment-39035</guid>
		<description>Making caps lock an additional control key is ver useful also. It makes typing shortcuts a lot easier.</description>
		<content:encoded><![CDATA[<p>Making caps lock an additional control key is ver useful also. It makes typing shortcuts a lot easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: housetier</title>
		<link>http://www.cyberciti.biz/faq/linux-deactivate-caps-lock/comment-page-1/#comment-39033</link>
		<dc:creator>housetier</dc:creator>
		<pubDate>Wed, 22 Oct 2008 14:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=2200#comment-39033</guid>
		<description>I have switched ESC and CAPS_LOCK, which makes vim much easier to use.</description>
		<content:encoded><![CDATA[<p>I have switched ESC and CAPS_LOCK, which makes vim much easier to use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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