Skip to content

Instantly share code, notes, and snippets.

@x7c1
Last active October 10, 2015 23:08
Show Gist options
  • Select an option

  • Save x7c1/3765753 to your computer and use it in GitHub Desktop.

Select an option

Save x7c1/3765753 to your computer and use it in GitHub Desktop.
key-mapping by KeyRemap4MacBook
<?xml version="1.0"?>
<root>
<list>
<item>
<name>Kana to Escape</name>
<identifier>private.swap_kana_and_escape</identifier>
<autogen>--KeyToKey-- KeyCode::JIS_KANA, KeyCode::ESCAPE</autogen>
</item>
<item>
<name>Shift to EISUU/KANA</name>
<identifier>private.shift_to_eisuu_kana</identifier>
<autogen>--KeyOverlaidModifier-- KeyCode::SHIFT_L, KeyCode::SHIFT_L, KeyCode::JIS_EISUU</autogen>
<autogen>--KeyOverlaidModifier-- KeyCode::SHIFT_R, KeyCode::SHIFT_R, KeyCode::JIS_KANA</autogen>
</item>
</list>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment