Skip to content

Instantly share code, notes, and snippets.

@kiruto
Created August 28, 2016 15:29
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 kiruto/7e9003e77432cf6ae54aa5be114582d3 to your computer and use it in GitHub Desktop.
Save kiruto/7e9003e77432cf6ae54aa5be114582d3 to your computer and use it in GitHub Desktop.
Karabiner settings
<?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