Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Mouse moving when tapping  (Read 3360 times)

davidb

  • Guest
[EN] Mouse moving when tapping
« on: 2012/12/28, 14:54:31 »
Hello,

I am using ridersonthestorm with KDE on a Lenovo Thinkpad edge with a synaptic touchpad.
When I use 1 finger tap to click, the mouse pointer is moving a bit around. Means very often, I move the pointer over a link, tap to open it but then it taps a few milimeters away from it. This doesn't happen in windows.
I already installed kde-config-touchpad but there is no option to set the sensivity for tapping.
Are there any other ways to configure that?
Sorry for my bad english and thanks in advance for any help.

David

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.842
Mouse moving when tapping
« Reply #1 on: 2012/12/28, 16:05:18 »
Hi David,

The command
Code: [Select]
man synaptic will show you all of the options that the synaptic driver knows. For better readability it can also b found here.

 Before adding anything to the configuration, as root, do:
Code: [Select]
cp /usr/share/X11/xorg.conf.d/51-synaptics-siduction.conf /etc/X11/xorg.conf.d/51-synaptics-siduction.conf
Then you do your changes and additions to the copy in /etc. This is because a user should not edit anything in /usr directly.

We btw. also have a german section, but you english is fine. So up to you, where you want to post.

greetz
devil

davidb

  • Guest
Mouse moving when tapping
« Reply #2 on: 2012/12/28, 18:41:59 »
Thanks for your reply. I will play around with those settings when I got time for it.
To apply new settings, I just have to restart the x-server?

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.842
Mouse moving when tapping
« Reply #3 on: 2012/12/28, 19:50:19 »
For these settings, yes.

greetz
devil

davidb

  • Guest
Mouse moving when tapping
« Reply #4 on: 2012/12/29, 17:36:45 »
Option MaxTapTime
Option MaxTapMove

solved my problem.
Thanks for the help!