Skip to content

Instantly share code, notes, and snippets.

@jshbrntt
Created March 10, 2015 10:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jshbrntt/eb62b69093ee6c460053 to your computer and use it in GitHub Desktop.
Save jshbrntt/eb62b69093ee6c460053 to your computer and use it in GitHub Desktop.
Karabiner ScrollWheel (Left/Right) to OSX Spaces Navigation
<?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