Skip to content

Instantly share code, notes, and snippets.

@zhyu
Created December 2, 2014 08:08
Show Gist options
  • Save zhyu/e40aff460dd34e9bbefa to your computer and use it in GitHub Desktop.
Save zhyu/e40aff460dd34e9bbefa to your computer and use it in GitHub Desktop.
Custom rule for Karabiner(KeyRemap4MacBook) to change input source using right option key
<?xml version="1.0"?>
<root>
<item>
<name>Change Input Source when press right option key.</name>
<appendix>Option_R to Command+Space</appendix>
<identifier>private.change_input_source_with_right_option</identifier>
<autogen>--KeyToKey-- KeyCode::OPTION_R, KeyCode::SPACE, ModifierFlag::OPTION_L | ModifierFlag::COMMAND_L</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment