Skip to content

Instantly share code, notes, and snippets.

@rjocoleman
Last active May 5, 2016 05:09
Show Gist options
  • Save rjocoleman/ad53fbbc4ec7b0711d7ed0039a7feaa7 to your computer and use it in GitHub Desktop.
Save rjocoleman/ad53fbbc4ec7b0711d7ed0039a7feaa7 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<item>
<name>Logitech K811 Previous/Forward Media Keys</name>
<appendix>Make F14 and F15 (brightness) Prev/Forward media keys</appendix>
<identifier>private.rjoc.k811_prev_forward</identifier>
<device_only>DeviceVendor::LOGITECH, DeviceProduct::LOGITECH_K811</device_only>
<autogen>
__KeyToKey__
KeyCode::F14,
ConsumerKeyCode::MUSIC_PREV
</autogen>
<autogen>
__KeyToKey__
KeyCode::F15,
ConsumerKeyCode::MUSIC_NEXT
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment