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