Skip to content

Instantly share code, notes, and snippets.

@andresfelipemendez
Created September 16, 2015 19:12
Show Gist options
  • Save andresfelipemendez/59eb016ffbab3ca7f0fc to your computer and use it in GitHub Desktop.
Save andresfelipemendez/59eb016ffbab3ca7f0fc to your computer and use it in GitHub Desktop.
karabiner row remap
<?xml version="1.0"?>
<root>
<item>
<name>how row arrows</name>
<identifier>private.leftopt_plus_k_to_down</identifier>
<autogen>
__KeyToKey__
KeyCode::K,
ModifierFlag::OPTION_L,
KeyCode::CURSOR_DOWN
</autogen>
<autogen>
__KeyToKey__
KeyCode::L,
ModifierFlag::OPTION_L,
KeyCode::CURSOR_RIGHT
</autogen>
<autogen>
__KeyToKey__
KeyCode::J,
ModifierFlag::OPTION_L,
KeyCode::CURSOR_LEFT
</autogen>
<autogen>
__KeyToKey__
KeyCode::I,
ModifierFlag::OPTION_L,
KeyCode::CURSOR_UP
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment