<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>おれ最前線ねっと &#187; CapsLk←→Ctrl入替え</title>
	<atom:link href="http://ore.saizensen.net/archives/tag/capslk%e2%86%90%e2%86%92ctrl%e5%85%a5%e6%9b%bf%e3%81%88/feed" rel="self" type="application/rss+xml" />
	<link>http://ore.saizensen.net</link>
	<description>イェ〜〜ィ。見てる〜〜〜？？</description>
	<lastBuildDate>Tue, 12 Jul 2011 06:31:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ore.saizensen.net/archives/tag/capslk%e2%86%90%e2%86%92ctrl%e5%85%a5%e6%9b%bf%e3%81%88/feed" />
		<item>
		<title>[Linux]キーボードの【CapsLk】と【Ctrl】を入れ替える。[Windows]</title>
		<link>http://ore.saizensen.net/archives/64</link>
		<comments>http://ore.saizensen.net/archives/64#comments</comments>
		<pubDate>Sun, 23 Mar 2008 05:21:27 +0000</pubDate>
		<dc:creator>bubbkis</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[CapsLk←→Ctrl入替え]]></category>

		<guid isPermaLink="false">http://ore.saizensen.net/archives/64</guid>
		<description><![CDATA[・Linuxの場合は、 Homeディレクトリ直下に、「.Xmodmap」というファイルを作成して下記を記述する。 remove Lock = Caps_Lock remove Control = Control_L ke [...]]]></description>
			<content:encoded><![CDATA[				<p>・Linuxの場合は、<br />
				Homeディレクトリ直下に、「<strong>.Xmodmap</strong>」というファイルを作成して下記を記述する。</p>
				<pre>
remove Lock = Caps_Lock
remove Control = Control_L
keysym Control_L = Caps_Lock
keysym Caps_Lock = Control_L
add Control = Control_L
add Lock = Caps_Lock
</pre>
				<p>・Windowsの場合は、</p>
				<ol>
				<li>regedit.exeを起動する。</li>
				<li>HKEY_LOCAL_MACHINE\System\CurrentControlSet001\Control\KeyBoard Layoutへ移動する。</li>
				<li>新規作成で「<strong>バイナリ</strong>」を選択し、名前を「<strong>Scancode Map</strong>」に変更</li>
				<li>変更した「Scancode Map」をクリックし、値を以下のように書き変える。</li>
				</ol>
				<pre>
0000  00  00  00  00  00  00  00  00
0008  03  00  00  00  3A  00  1D  00
0010  1D  00  3A  00  00  00  00  00
0018
</pre>
]]></content:encoded>
			<wfw:commentRss>http://ore.saizensen.net/archives/64/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ore.saizensen.net/archives/64" />
	</item>
	</channel>
</rss>

