Created
October 1, 2015 16:25
-
-
Save GeorgeL9/5d2da5a119825d69b18c to your computer and use it in GitHub Desktop.
Karabiner file for Das Keyboard Professional Model S Mac
This file contains 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>F6 - F11 to Music Controls (DasKeyboard Mac)</name> | |
<appendix>F6 to Music Prev</appendix> | |
<appendix>F7 to Music Play/Pause</appendix> | |
<appendix>F8 to Music Next</appendix> | |
<appendix>F9 to Volume Mute</appendix> | |
<appendix>F10 to Volume Down</appendix> | |
<appendix>F11 to Volume Up</appendix> | |
<identifier>private.musiccontrols</identifier> | |
<autogen>__KeyToConsumer__ KeyCode::F6, ConsumerKeyCode::MUSIC_PREV</autogen> | |
<autogen>__KeyToConsumer__ KeyCode::F7, ConsumerKeyCode::MUSIC_PLAY</autogen> | |
<autogen>__KeyToConsumer__ KeyCode::F8, ConsumerKeyCode::MUSIC_NEXT</autogen> | |
<autogen>__KeyToConsumer__ KeyCode::F9, ConsumerKeyCode::VOLUME_MUTE</autogen> | |
<autogen>__KeyToConsumer__ KeyCode::F10, ConsumerKeyCode::VOLUME_DOWN</autogen> | |
<autogen>__KeyToConsumer__ KeyCode::F11, ConsumerKeyCode::VOLUME_UP</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment