Last active
May 5, 2016 05:09
-
-
Save rjocoleman/ad53fbbc4ec7b0711d7ed0039a7feaa7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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