Author Topic: ASUS Netbook TrackPad Double-Click  (Read 1179 times)

Offline alansecker

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 59
ASUS Netbook TrackPad Double-Click
« on: January 28, 2012, 12:54:09 PM »
I cannot get any result when double-tapping my trackpad. I currently have to hold down the left 'mouse' button and then hit the pad. This requires two hands and is a bit of a pain. I want to just double-tap the pad.

Anybody know about these things?

Offline Oneakim

  • Full Member
  • ***
  • Posts: 53
Re: ASUS Netbook TrackPad Double-Click
« Reply #1 on: January 28, 2012, 01:18:44 PM »
I cannot get any result when double-tapping my trackpad. I currently have to hold down the left 'mouse' button and then hit the pad. This requires two hands and is a bit of a pain. I want to just double-tap the pad.

Anybody know about these things?



http://www.pclinuxos.com/forum/index.php/topic,93782.0.html

My Eee PC 1000h got fixed with this one:

"Solution 5 - Alter the configuration file as shown below. (Acer Aspire One 150 ZG5 netbook)

1) open konsole
 2) type: kdesu kwrite (this with open kwrite as su)
 3) paste & copy the following:

 Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "VertEdgeScroll" "1
EndSection

 4) save the file as 50-synaptics.conf in /etc/X11/xorg.conf.d/
 5) reboot"


"And remember there is a big difference between kneeling down and bending over!"

Offline alansecker

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 59
Re: ASUS Netbook TrackPad Double-Click
« Reply #2 on: February 03, 2012, 05:38:42 AM »
I feel as though I've just come away from the dentist having had the pain removed. Thank you. much appreciated.