Last active
October 22, 2015 05:58
-
-
Save deepsweet/b8e0dfefb730738c978a to your computer and use it in GitHub Desktop.
Karabiner: volume to shift+option+volume
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>volume to shift+option+volume</name> | |
<identifier>private.volume_to_shift_option_volume</identifier> | |
<autogen> | |
__KeyToKey__ | |
ConsumerKeyCode::VOLUME_UP, | |
ConsumerKeyCode::VOLUME_UP, ModifierFlag::SHIFT_L | ModifierFlag::OPTION_L | |
</autogen> | |
<autogen> | |
__KeyToKey__ | |
ConsumerKeyCode::VOLUME_DOWN, | |
ConsumerKeyCode::VOLUME_DOWN, ModifierFlag::SHIFT_L | ModifierFlag::OPTION_L | |
</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment