I setup the Left handed Evoluent Vertical Mouse 2 using this command:
Ubuntu guide
Notes on the Evoluent Vertical Mouse 3
A refined version:
xinput set-button-map `xinput list | grep Evoluent | grep -Eo 'id\=[0-9]+' | grep -oE '[0-9]+'` 3 2 1 4 5 6 7 8 1 10 11 12 13
To invert trackpad scroll but not mouse:
xinput list
xinput list-props | grep -i Scroll
xinput set-prop 1
xinput listshows 8 = My Evoluent mouse
xinput --set-button-map 8 1 2 2 4 5 6 7 3 9 10 11 12 13
Ubuntu guide
Notes on the Evoluent Vertical Mouse 3
A refined version:
xinput set-button-map `xinput list | grep Evoluent | grep -Eo 'id\=[0-9]+' | grep -oE '[0-9]+'` 3 2 1 4 5 6 7 8 1 10 11 12 13
To invert trackpad scroll but not mouse:
xinput list
xinput list-props
xinput set-prop
to make the second button be LMB (like a 'normal' mouse) do this:
ReplyDeletexinput set-button-map "8" 3 2 1 4 5 6 7 3 9 10
To invert trackpad scroll but not mouse:
ReplyDeletehttps://askubuntu.com/questions/91426/reverse-two-finger-scroll-direction-natural-scrolling
xinput list
xinput list-props | grep -i Scroll
xinput set-prop 1
Try adding to file: ~/`.xsessionrc` to run at startup
ReplyDelete