[ltp] Turning off the touchpad

Martin Höfling linux-thinkpad@linux-thinkpad.org
Tue, 30 Aug 2005 01:45:05 +0200


--nextPart1829537.rGYxbEx3pv
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Am Montag, 29. August 2005 23:45 schrieb Andrew Jesaitis:
> Hi is there a way to disable the touch pad on a T41p?? I always seem to
> touch it while typing and then the cursor jumps...
>
> Thanks,
> Andrew

I do it with the following script	:

#!/bin/bash


if [ -z "$(synclient -l | grep "MaxTapTime    =3D 180")" ]; then
    synclient MaxTapTime=3D180
    echo Touchpad Tapping turned on.
else
    synclient MaxTapTime=3D0
    echo Touchpad Tapping turned off.
fi


Regards,=20
	Martin

=2D-=20
Glaubw=FCrdigkeit ist ein soziales Konstrukt, das wesentlich aus
Anerkennung erw=E4chst. (Andreas Peeck in de.admin.news.groups)

--nextPart1829537.rGYxbEx3pv
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux)

iD8DBQBDE54E0Vwi9WwD/JYRAgO7AJ9Sw1Q37OhOTe537O3ewRU039SYdgCgkgM1
uTaSmTsiIzQWs3k+Yj6L2Js=
=LO6O
-----END PGP SIGNATURE-----

--nextPart1829537.rGYxbEx3pv--