Created
June 23, 2019 21:08
-
-
Save ptsneves/2d1c9cd9b21e8e5b6650a5eb9f29b939 to your computer and use it in GitHub Desktop.
CSL vertical mouse xinput map command to make side buttons also work as main buttons
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
#!/usr/bin/env bash | |
#the id 17 may be different | |
xinput set-button-map 17 1 2 3 4 5 6 7 3 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment