Skip to content

Instantly share code, notes, and snippets.

@amiorin
Created April 2, 2016 19:13
Show Gist options
  • Save amiorin/ef7e90ff4fdbceef53df9c3daf45d533 to your computer and use it in GitHub Desktop.
Save amiorin/ef7e90ff4fdbceef53df9c3daf45d533 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<item>
<name>PageUp/PageDown to Right/Left</name>
<identifier>remap.pagetocursor</identifier>
<autogen>__KeyToKey__ KeyCode::PAGEUP, KeyCode::CURSOR_LEFT</autogen>
<autogen>__KeyToKey__ KeyCode::PAGEDOWN, KeyCode::CURSOR_RIGHT</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment