Wednesday, June 18, 2014

Touchpad - tap-to-click

Problem: Touchpad
The touchpad worked upon install, even two fingered scrolling! But the tap-to-click function was not working. Unfortunately, forum diving teaches me that no one else likes tap-to-click on their touchpads and I'm a heathen. =p

Solution: With some reverse engineering of this post's discussion, I did the following in terminal:
 synclient  
In the list I find "TapButton1 = 0" (tap-to-click is off), so I type the following to turn it on:
 synclient TapButton1=1  

No comments:

Post a Comment