Skip to content

Instantly share code, notes, and snippets.

@hushin
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hushin/8928348 to your computer and use it in GitHub Desktop.
Save hushin/8928348 to your computer and use it in GitHub Desktop.
KeyRemap4MacBookの設定
<?xml version="1.0"?>
<root>
<item>
<name>Option + JIS_YEN to KANA/EISU (toggle)</name>
<identifier>private.alt_and_jisyen_to_kana_eisuu</identifier>
<autogen>
__KeyToKey__
KeyCode::JIS_YEN, ModifierFlag::OPTION_L,
KeyCode::VK_JIS_TOGGLE_EISUU_KANA
</autogen>
</item>
<item>
<name>swap Backquote(`) and Backslash(\)</name>
<identifier>private.swap_backquote_and_backslash</identifier>
<autogen>
__KeyToKey__
KeyCode::JIS_YEN,
KeyCode::VK_JIS_BACKSLASH
</autogen>
<autogen>
__KeyToKey__
KeyCode::BACKSLASH,
KeyCode::BACKQUOTE
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment