Created
March 30, 2012 03:54
-
-
Save ghawkgu/2246353 to your computer and use it in GitHub Desktop.
Customized mapping rules for keyRemap4MacBook to switch input source by one touch
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>Switch Input Source</name> | |
<appendix>Use the right Option key to select the next input source</appendix> | |
<identifier>private.switch_input_source_with_right_option</identifier> | |
<autogen>--KeyToKey-- KeyCode::OPTION_R, KeyCode::SPACE, ModifierFlag::OPTION_L | ModifierFlag::COMMAND_L</autogen> | |
</item> | |
<item> | |
<name>Switch Input Source</name> | |
<appendix>Use the right Command key to select the next input source</appendix> | |
<identifier>private.switch_next_input_source_with_right_command</identifier> | |
<autogen>--KeyToKey-- KeyCode::COMMAND_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
For detail information about this gist, please read this article .