Skip to content

Instantly share code, notes, and snippets.

@norio-nomura
Created August 30, 2011 02:38
Show Gist options
  • Save norio-nomura/1180035 to your computer and use it in GitHub Desktop.
Save norio-nomura/1180035 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook で ¥ → \ に Option+¥ → ¥ にする。
<?xml version="1.0"?>
<root>
<list>
<item>
<name>JIS Yen(¥) to Backslash(\), Option+JIS Yen(¥) to JIS Yen(¥)</name>
<identifier>private.swap_jis_yen_backslash</identifier>
<autogen>--KeyToKey-- KeyCode::JIS_YEN, VK_OPTION, KeyCode::VK_JIS_YEN</autogen>
<autogen>--KeyToKey-- KeyCode::JIS_YEN, KeyCode::VK_JIS_BACKSLASH</autogen>
</item>
</list>
</root>
@norio-nomura
Copy link
Author

かわせみを使っている場合、環境設定の入力タブで「¥キー入力」を「¥(円記号)」にする必要あり。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment