Skip to content

Instantly share code, notes, and snippets.

@cwardzala
Created July 29, 2016 14:43
Show Gist options
  • Save cwardzala/1a119b9fb5315694359b6ba9dc13dd4f to your computer and use it in GitHub Desktop.
Save cwardzala/1a119b9fb5315694359b6ba9dc13dd4f to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<item>
<name>Buttons 4 &amp; 5(Left/Right)</name>
<appendix>(You can switch Desktop by Mouse Button 4/5 left/right.)</appendix>
<identifier>private.buttons_4_5_left_right</identifier>
<autogen>
__KeyToKey__
PointingButton::BUTTON5 | ModifierFlag::NONE,
KeyCode::CURSOR_LEFT, ModifierFlag::CONTROL_R
</autogen>
<autogen>
__KeyToKey__
PointingButton::BUTTON4 | 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