Skip to content

Instantly share code, notes, and snippets.

@disktnk
Created December 28, 2016 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save disktnk/1be2311d7872bc3550e77feb6385ee06 to your computer and use it in GitHub Desktop.
Save disktnk/1be2311d7872bc3550e77feb6385ee06 to your computer and use it in GitHub Desktop.
for Karabiner
<?xml version="1.0"?>
<root>
<item>
<name>Remap cursor keys</name>
<identifier>private.remap.cursor_keys</identifier>
<autogen>__KeyToKey__ KeyCode::HOME, KeyCode::CURSOR_LEFT</autogen>
<autogen>__KeyToKey__ KeyCode::CURSOR_LEFT, KeyCode::CURSOR_DOWN</autogen>
<autogen>__KeyToKey__ KeyCode::CURSOR_DOWN, KeyCode::CURSOR_UP</autogen>
<autogen>__KeyToKey__ KeyCode::CURSOR_UP, KeyCode::HOME</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment