Disable touchpad tap to click?
#2
Basically, you tell the graphical interface to ignore the events from the touchpad;  you can put that into a script.

Note: I will post the script after testing; basically the script uses 'xinput' to find the id of the HAILUCK slave pointer; on my system it is id=8. Then, xinput is used to disable it:

sudo xinput list

sudo xinput --disable 8 <==== your id may be different for HAILUCK slave pointer

To turn it back on, use:

sudo xinput --enable 8

sudo xinput list-props 8 |less

My script does all of this interactively from a terminal ; toggling the resource ON if its OFF , and OFF if its ON; you can also automate that further if you like; I find that temporarily disabling the touchpad completely is helpful when typing, and when programming.

Again; I had to tweak the script when porting to the pinebook from the synaptics T61; when I'm finished testing I will post the script here so that others may have the benefit too.
marcushh777    Cool

please join us for a chat @  irc.pine64.xyz:6667   or ssl  irc.pine64.xyz:6697

( I regret that I am not able to respond to personal messages;  let's meet on irc! )


Messages In This Thread
RE: Disable tap to click? - by MarkHaysHarris777 - 06-19-2017, 07:50 PM
RE: Disable touchpad tap to click? - by pfeerick - 06-21-2017, 03:12 AM
RE: Disable touchpad tap to click? - by pfeerick - 06-21-2017, 06:23 PM
RE: Disable touchpad tap to click? - by combs - 08-04-2017, 08:18 PM
RE: Disable touchpad tap to click? - by NoSalt - 04-08-2019, 02:40 PM
RE: Disable touchpad tap to click? - by ab1jx - 02-09-2020, 02:20 PM
RE: Disable touchpad tap to click? - by jezek - 02-09-2020, 02:35 PM
RE: Disable touchpad tap to click? - by ab1jx - 02-09-2020, 03:39 PM
RE: Disable touchpad tap to click? - by ab1jx - 02-09-2020, 04:42 PM
RE: Disable touchpad tap to click? - by ab1jx - 04-27-2020, 06:25 PM
RE: Disable touchpad tap to click? - by ab1jx - 04-27-2020, 07:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to enable touchpad natural scrolling? plumlis 3 6,440 07-19-2020, 02:46 PM
Last Post: Martin Gruber
  Proof of concept script to disable the touchpad while typing daid 21 27,521 02-25-2018, 06:47 PM
Last Post: pfeerick
Sad touchpad edges scrolling kurai021 11 13,734 07-09-2017, 05:56 PM
Last Post: Luke

Forum Jump:


Users browsing this thread: 2 Guest(s)