Comment 110 for bug 1861610

Revision history for this message
Tzahi Serruya (stzahi) wrote :

About enabling and disabling , I've solved this by adding
/usr/local/bin
2 files:

disableMouse:
xinput --set-prop "ELAN0634:00 04F3:0400 Mouse" 180 0

enableMouse:
xinput --set-prop "ELAN0634:00 04F3:0400 Mouse" 180 1

Don't forget to make them executable...
# sudo chmod +x disableMouse enableMouse

Now you have a command line switch, temporarily, until this bug will be completely solved .

Good luck.