KeyRemap4macの設定追加

以前にも書いたキー入替ソフトのKeyRemap4macの設定追加。
セミコロン(;)をReturnキーにするという技を書いていたのだけど、今度は「+」を入力するのが、CTRL+Option+;という入力しがたい状態になってしまった。あまりにも使いずらいので、ユーザーファイルのXMLに追加した。
内容は
「;」だけでReturnキーに(これは選択項目から)
英数キー+「;」で「;」に
SHIFTキー+「;」で「+」に

<?xml version="1.0"?>
<root>
	<item>
	<list>
		<item>
			<name>Eisuu+hjkl to left/Down/Up/Right</name>
			<identifier>option.vimode_eisuu_hjkl</identifier>
			<autogen>--KeyOverlaidModifier-- KeyCode::JIS_EISUU, KeyCode::VK_MODIFIER_EXTRA1, KeyCode::JIS_EISUU</autogen>
(中略)
			<autogen>--KeyToKey-- KeyCode::SEMICOLON, ModifierFlag::EXTRA1, KeyCode::SEMICOLON</autogen>
			<autogen>--KeyToKey-- KeyCode::SEMICOLON, VK_SHIFT, KeyCode::SEMICOLON, ModifierFlag::SHIFT_L</autogen>
(後略)

これで今使っているWindowsのと同じようになって、「+」を入力するときに混乱しないですむようになった。