Skip to content

Instantly share code, notes, and snippets.

@michiakig
Created July 10, 2014 14:11
Show Gist options
  • Save michiakig/3fe478c6924a7fb9baa2 to your computer and use it in GitHub Desktop.
Save michiakig/3fe478c6924a7fb9baa2 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<item>
<name>Change Command-P to Up arrow</name>
<identifier>private.command_p_to_up_arrow</identifier>
<autogen>
__KeyToKey__
KeyCode::P, ModifierFlag::COMMAND_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