Skip to content

Instantly share code, notes, and snippets.

@dm4
Created January 29, 2014 16:14
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 dm4/8691336 to your computer and use it in GitHub Desktop.
Save dm4/8691336 to your computer and use it in GitHub Desktop.
Leaf RSS Reader j / k key binding using KeyRemap4Macbook
<?xml version="1.0"?>
<root>
<appdef>
<appname>Leaf</appname>
<equal>com.rockysandstudio.Leaf</equal>
</appdef>
<item>
<name>dm4</name>
<item>
<name>Leaf j/k key binding</name>
<identifier>dm4.leaf.jk</identifier>
<only>Leaf</only>
<autogen>__KeyToKey__ KeyCode::K, KeyCode::CURSOR_UP</autogen>
<autogen>__KeyToKey__ KeyCode::J, KeyCode::CURSOR_DOWN</autogen>
</item>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment