Skip to content

Instantly share code, notes, and snippets.

@timakin
Created October 17, 2016 15:19
Show Gist options
  • Save timakin/b7d125d27e5f11753499cc352e19b039 to your computer and use it in GitHub Desktop.
Save timakin/b7d125d27e5f11753499cc352e19b039 to your computer and use it in GitHub Desktop.
karabiner
<?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