Created
August 28, 2016 15:29
-
-
Save kiruto/7e9003e77432cf6ae54aa5be114582d3 to your computer and use it in GitHub Desktop.
Karabiner settings
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> | |
<item> | |
<name>ろ to ~</name> | |
<identifier>private.change_RO_to_BACKQUOTE</identifier> | |
<autogen>__KeyToKey__ KeyCode::JIS_UNDERSCORE, KeyCode::BACKQUOTE</autogen> | |
</item> | |
<item> | |
<name>VK_CHANGE_INPUTSOURCE_CHINESE_SIMPLIFIED</name> | |
<identifier>private.VK_CHANGE_INPUTSOURCE_CHINESE_SIMPLIFIED</identifier> | |
<autogen>__KeyToKey__ KeyCode::JIS_KANA, KeyCode::VK_CHANGE_INPUTSOURCE_CHINESE_SIMPLIFIED</autogen> | |
</item> | |
<item> | |
<name>VK_CHANGE_INPUTSOURCE_JAPANESE</name> | |
<identifier>private.VK_CHANGE_INPUTSOURCE_JAPANESE</identifier> | |
<autogen>__KeyToKey__ KeyCode::JIS_BRACKET_RIGHT, KeyCode::JIS_KANA</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment