Created
July 29, 2016 14:43
-
-
Save cwardzala/1a119b9fb5315694359b6ba9dc13dd4f to your computer and use it in GitHub Desktop.
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>Buttons 4 & 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