Wednesday 14 July 2010

Evoluent vertical mouse

I setup the Left handed Evoluent Vertical Mouse 2 using this command:

xinput list
shows 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 | grep -i Scroll
xinput set-prop 1   
 

3 comments:

  1. to make the second button be LMB (like a 'normal' mouse) do this:

    xinput set-button-map "8" 3 2 1 4 5 6 7 3 9 10

    ReplyDelete
  2. To invert trackpad scroll but not mouse:

    https://askubuntu.com/questions/91426/reverse-two-finger-scroll-direction-natural-scrolling

    xinput list
    xinput list-props | grep -i Scroll
    xinput set-prop 1

    ReplyDelete
  3. Try adding to file: ~/`.xsessionrc` to run at startup

    ReplyDelete