Last active
October 10, 2015 23:08
-
-
Save x7c1/3765753 to your computer and use it in GitHub Desktop.
key-mapping by KeyRemap4MacBook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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