パラボラアンテナと星の日記

あることないこと

Mac初期設定その2

MacのOSバージョンの確認方法
http://support.apple.com/kb/ht1633?viewlocale=ja_JP

KeyRemap4MacBookというキーバインド変更アプリが情報多かった。
githubにもソースがあった
https://pqrs.org/macosx/keyremap4macbook/index.html.ja

https://github.com/tekezo/KeyRemap4MacBook/blob/version_9.2.0/src/bridge/generator/keycode/data/KeyCode.data

private.xml

<?xml version="1.0"?>
<root>
    <item>
        <name>EISUU to ESC</name>
        <identifier>private.eisuu2escape</identifier>
        <autogen>--KeyToKey-- KeyCode::JIS_EISUU, KeyCode::ESCAPE</autogen>
    </item>
    <item>
        <name>KANA to COMMAND_R</name>
        <identifier>private.kana2c_right</identifier>
        <autogen>--KeyToKey-- KeyCode::JIS_KANA, KeyCode::COMMAND_R</autogen>
    </item>
    <item>
        <name>CONTROL_L to CAPS_LOCK</name>
        <identifier>private.control_left2caps_lock</identifier>
        <autogen>--KeyToKey-- KeyCode::CONTROL_L, KeyCode::CAPSLOCK</autogen>
    </item>
    <item>
        <name>COMMAND_R to CONTROL_R</name>
        <identifier>private.command_right2control_right</identifier>
        <autogen>--KeyToKey-- KeyCode::COMMAND_R, KeyCode::CONTROL_R</autogen>
    </item>
</root>
23 lines yanked

まったく変な設定だ、けどこれで慣れてしまっている。
Aキーの横がESCなのはすごい便利。MACのcontrolキーは慣れないのでしばらく様子見。
WindowsのCtrlキーはMACではcommandキーにあたると思っている。
あと、ALTキーがないのが不便