Skip to content

Instantly share code, notes, and snippets.

@zhyu
Created December 3, 2014 07:06
Show Gist options
  • Save zhyu/451a16cc8279034c2493 to your computer and use it in GitHub Desktop.
Save zhyu/451a16cc8279034c2493 to your computer and use it in GitHub Desktop.
Custom rule for Karabiner(KeyRemap4MacBook) to change input source to Chinese Simplified using right option key
<?xml version="1.0"?>
<root>
<item>
<name>Change Input Source to Chinese Simplified when press right option key.</name>
<identifier>private.change_input_source_with_right_option</identifier>
<autogen>--KeyToKey-- KeyCode::OPTION_R, KeyCode::VK_CHANGE_INPUTSOURCE_CHINESE_SIMPLIFIED</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment