Ubuntu – set left handed mouse, then wacom stylus buttons switch too

lubuntumousewacom

I'm using Lubuntu 12.04. I can set my mouse (basic usb mouse) to left hand (i.e. switch the left and right mouse buttons which is all I need) by going into Preferences / Keyboard and Mouse.

However, it changes my Wacom stylus, so that when the tip touches the tablet it acts like the right mouse button, making it impossible to draw.

Is there a way to have both happen at once? The stylus buttons working in right handed configuration, while the mouse works in left handed configuration?

Thanks for any help/suggestions.

Best Answer

I had the same issue, but I found the solution.

After you switch to left handed button (in preferences > mouse) you must execute this in the terminal to map the touchpad taps correctly

manolo@manolo-TravelMate-5720:~$ synclient TapButton1=3
manolo@manolo-TravelMate-5720:~$ synclient TapButton2=1

Now just program those lines to execute this every time Lubuntu starts.