Skip to content

Instantly share code, notes, and snippets.

@robin
Created July 2, 2012 07:54
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 robin/3031763 to your computer and use it in GitHub Desktop.
Save robin/3031763 to your computer and use it in GitHub Desktop.
keyremap4macbook map pageup/pagedown to volume up/down
<item>
<name>Volumn</name>
<appendix>PageUp to Volume Up</appendix>
<appendix>PageDown to Volume Down</appendix>
<identifier>remap.keytoconsumer_volumn</identifier>
<autogen>--KeyToConsumer-- KeyCode::PAGEUP, ConsumerKeyCode::VOLUME_UP</autogen>
<autogen>--KeyToConsumer-- KeyCode::PAGEDOWN, ConsumerKeyCode::VOLUME_DOWN</autogen>
</item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment