Created
December 28, 2016 07:12
-
-
Save disktnk/1be2311d7872bc3550e77feb6385ee06 to your computer and use it in GitHub Desktop.
for 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>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