Et en particulier, de lire ç :
How can I configure tap-to-click behavior?
1. If you set MaxTapTime=0 in the X config file then the touchpad will not use tapping at all, i.e. touching/tapping will not be taken as a mouse click.
2. If, instead, you set MaxTapMove=0 in the X config file, then the touchpad will not use tapping for a single finger tap (left mouse button click) but will for the two and three finger tap (middle and right button click).
En gros, dans /etc/X11/xorg.conf, il faut mettre MaxTapTime à 0 et MaxTapMove à 180 par exemple.
En bas de la page, tu trouveras des liens vers des GUI si ça t'intéresse.
# Driver Synaptics, anyone ?
Posté par WH . En réponse au message Réglage touchpad sous Mandriva. Évalué à 5.
http://w1.894.telia.com/~u89404340/touchpad/index.html(...)
Et en particulier, de lire ç :
How can I configure tap-to-click behavior?
1. If you set MaxTapTime=0 in the X config file then the touchpad will not use tapping at all, i.e. touching/tapping will not be taken as a mouse click.
2. If, instead, you set MaxTapMove=0 in the X config file, then the touchpad will not use tapping for a single finger tap (left mouse button click) but will for the two and three finger tap (middle and right button click).
En gros, dans /etc/X11/xorg.conf, il faut mettre MaxTapTime à 0 et MaxTapMove à 180 par exemple.
En bas de la page, tu trouveras des liens vers des GUI si ça t'intéresse.