Ubuntu – How to disable the right click when pressing the right side of the trackpad

touchpadvaio

I'm trying to figure out how to disable the right hand side of my trackpad in Ubuntu. The default behavoir is for the right hand side to right click. However, I would like a single click anywhere on the pad to act as a single click, while having a two finger press behave as a right click.

I also have a sony vaio T-series SVT13122CXS and am running 12.10.

Thanks for any help.

Best Answer

This did it for me: http://kernpanik.com/geekstuff/2015/01/12/disable-rightclick-synaptics.html

For me this disabled the right hand side click area without disabling two finger "right-click".

Essentially, run this:

synclient RightButtonAreaLeft=0
synclient RightButtonAreaTop=0

To persist, add a script that does this into "Startup Applications".