<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/flex/">
    <title>QISRCの日々を記す</title>
    <link>http://w.atwiki.jp/flex/</link>
    <atom:link href="https://w.atwiki.jp/flex/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>QISRCの日々を記す</description>

    <dc:language>ja</dc:language>
    <dc:date>2007-12-19T23:49:21+09:00</dc:date>
    <utime>1198075761</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/flex/pages/32.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/flex/pages/31.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/flex/pages/30.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/flex/pages/29.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/flex/pages/28.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/flex/pages/26.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/flex/pages/25.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/flex/pages/24.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/flex/pages/23.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/flex/pages/22.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/flex/pages/32.html">
    <title>コマンド</title>
    <link>https://w.atwiki.jp/flex/pages/32.html</link>
    <description>
      *ファイル・ディレクトリ操作
**mv
ファイルを移動する (ファイル名を変更する)

***使い方
&gt;mv sample user/newdirectory
sampleをnewdirectoryに移動

&gt;mv sample sample2
sampleからsample2にファイル名を変更

&amp;link_up()
*その他
**lsmod
ロードされているモジュールの一覧を表示する

**dmesg
カーネルの (ログ用) リングバッファの表示と制御

**lspci
全ての PCI デバイスを表示する

**modprobe
ローダブルモジュールの高レベル管理

**rmmod
ローダブルモジュールをアンロードする

**depmod
ローダブルカーネルモジュールの依存関係の記述を扱う

&amp;link_up()
Last-modified:&amp;now()    </description>
    <dc:date>2007-12-19T23:49:21+09:00</dc:date>
    <utime>1198075761</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/flex/pages/31.html">
    <title>Fedora 7 on ThinkPad X40</title>
    <link>https://w.atwiki.jp/flex/pages/31.html</link>
    <description>
          </description>
    <dc:date>2007-12-13T13:39:43+09:00</dc:date>
    <utime>1197520783</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/flex/pages/30.html">
    <title>TeX</title>
    <link>https://w.atwiki.jp/flex/pages/30.html</link>
    <description>
          </description>
    <dc:date>2007-12-20T01:45:36+09:00</dc:date>
    <utime>1198082736</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/flex/pages/29.html">
    <title>Other</title>
    <link>https://w.atwiki.jp/flex/pages/29.html</link>
    <description>
      *HHKいじり
HHK=Happy Hacking Keyboardというキーボード
先生から勧められて現在学校でも自宅でも使用
ちなみにうちが使っているのは
&amp;color(blue){Happy Hacking Keyboard Professional2}
です。

製造元のサイトです
[[株式会社PFU&gt;http://www.pfu.fujitsu.com/]]

**HHKの右下の&lt;&gt;をCtrlキーにしたい!!

うちは左利きなので大学では左手でマウスを使ってるので右手でCtrl+cなどが押しづらいの右下にある&lt;&gt;が何も使ってないのでここにCtrlキーを割り当てたい！！っと思った次第


とりあえずHHKスキャンコードを見てみることにする
次のサイトを参照
[[http://www.pfu.fujitsu.com/hhkeyboard/hhkb_support/scancode.html&gt;http://www.pfu.fujitsu.com/hhkeyboard/hhkb_support/scancode.html]]

&gt;Ctrl : 00 1D
&gt;R&lt;&gt;  : 00 79

だということがわかったのであとはレジスタをいじいじ

参考にしたサイトは
[[http://uguisu.skr.jp/Windows/winCaps.html&gt;http://uguisu.skr.jp/Windows/winCaps.html]]
参考サイトにも書いてあるのだがここにも書く

&amp;bold(){1.}&amp;color(blue){regedit.exe}を起動

起動方法はC:\WINDOWS以下にある&amp;color(blue){regedit.exe}をダブルクリック
もしくは
[スタート]⇒[ファイル名を指定して実行]⇒名前の欄に&amp;color(blue){regedit.exe}っと入れて実行

&amp;bold(){2.}[HKEY_LOCAL_MACHINE]⇒[SYSTEM]⇒[CurrentControlSet]⇒[Control]⇒[Keyboard Layout]へ移動

&amp;bold(){3.}新規作成で「バイナリ」を選択し、名前を「Scancode Map」にする

&amp;bold(){4.    </description>
    <dc:date>2007-11-28T21:43:10+09:00</dc:date>
    <utime>1196253790</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/flex/pages/28.html">
    <title>Mathematica</title>
    <link>https://w.atwiki.jp/flex/pages/28.html</link>
    <description>
          </description>
    <dc:date>2007-12-07T19:51:56+09:00</dc:date>
    <utime>1197024716</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/flex/pages/26.html">
    <title>ShellScript</title>
    <link>https://w.atwiki.jp/flex/pages/26.html</link>
    <description>
          </description>
    <dc:date>2007-10-02T18:39:58+09:00</dc:date>
    <utime>1191317998</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/flex/pages/25.html">
    <title>C言語</title>
    <link>https://w.atwiki.jp/flex/pages/25.html</link>
    <description>
          </description>
    <dc:date>2007-12-07T08:29:57+09:00</dc:date>
    <utime>1196983797</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/flex/pages/24.html">
    <title>Travels</title>
    <link>https://w.atwiki.jp/flex/pages/24.html</link>
    <description>
      *旅行計画
***公園めぐりの旅計画    </description>
    <dc:date>2007-09-06T23:11:24+09:00</dc:date>
    <utime>1189087884</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/flex/pages/23.html">
    <title>練馬区平成つつじ公園</title>
    <link>https://w.atwiki.jp/flex/pages/23.html</link>
    <description>
      ***公園のホームページ
-[[練馬区平成つつじ公園&gt;http://www.city.nerima.tokyo.jp/koen_ryokuchi/toubu/tutuji/tutuji.html]]

***公園の写真
#center(){
&amp;blankimg(521645408_4.jpg,width=240,height=320)
公園の案内図
&amp;blankimg(521645408_85.jpg,width=240,height=320)
公園の広場
&amp;blankimg(521645408_19.jpg,width=240,height=320)
つつじの道の入り口
}    </description>
    <dc:date>2007-09-06T23:06:35+09:00</dc:date>
    <utime>1189087595</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/flex/pages/22.html">
    <title>Parks</title>
    <link>https://w.atwiki.jp/flex/pages/22.html</link>
    <description>
      *行きたい公園・行った公園
**行きたい公園
-

----
**行った公園
-[[練馬区平成つつじ公園]]　2007-08-06

----
Last-modified:&amp;now()    </description>
    <dc:date>2007-09-06T23:08:24+09:00</dc:date>
    <utime>1189087704</utime>
  </item>
  </rdf:RDF>
