Created
March 10, 2015 10:38
-
-
Save jshbrntt/eb62b69093ee6c460053 to your computer and use it in GitHub Desktop.
Karabiner ScrollWheel (Left/Right) to OSX Spaces Navigation
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>ScrollWheel(Left/Right)</name> | |
<appendix>(You can switch Desktop by scroll wheel left/right.)</appendix> | |
<identifier>private.scroll_wheel_left_right</identifier> | |
<autogen> | |
__ScrollWheelToKey__ | |
ScrollWheel::LEFT | ModifierFlag::NONE, | |
KeyCode::CURSOR_LEFT, ModifierFlag::CONTROL_R | |
</autogen> | |
<autogen> | |
__ScrollWheelToKey__ | |
ScrollWheel::RIGHT | ModifierFlag::NONE, | |
KeyCode::CURSOR_RIGHT, ModifierFlag::CONTROL_R | |
</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment