Created
October 17, 2016 15:19
-
-
Save timakin/b7d125d27e5f11753499cc352e19b039 to your computer and use it in GitHub Desktop.
karabiner
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>Left</name> | |
<identifier>private.left</identifier> | |
<autogen> | |
__KeyToKey__ KeyCode::K, ModifierFlag::COMMAND_R, KeyCode::CURSOR_LEFT | |
</autogen> | |
</item> | |
<item> | |
<name>Right</name> | |
<identifier>private.right</identifier> | |
<autogen> | |
__KeyToKey__ KeyCode::SEMICOLON, ModifierFlag::COMMAND_R, KeyCode::CURSOR_RIGHT | |
</autogen> | |
</item> | |
<item> | |
<name>Up</name> | |
<identifier>private.up</identifier> | |
<autogen> | |
__KeyToKey__ KeyCode::O, ModifierFlag::COMMAND_R, KeyCode::CURSOR_UP | |
</autogen> | |
</item> | |
<item> | |
<name>Down</name> | |
<identifier>private.down</identifier> | |
<autogen> | |
__KeyToKey__ KeyCode::L, ModifierFlag::COMMAND_R, KeyCode::CURSOR_DOWN | |
</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment