GNOME Bugzilla – Bug 723770
Disable touchpad while typing label is misleading
Last modified: 2015-01-20 14:20:58 UTC
Label "Disable touchpad while typing" is misleading. Movement isn't disabled, but only clicking and scrolling. It has been suggested to change the label to be more descriptive, e.g. "Disable tapping while typing". It has been reported downstream: https://bugzilla.redhat.com/show_bug.cgi?id=1053007
Created attachment 268300 [details] [review] change label
Review of attachment 268300 [details] [review]: I don't really like the new label, and it's also slightly incorrect. https://bugzilla.gnome.org/show_bug.cgi?id=673055#c6 says we inhibit scrolling as well. We use syndaemon's -t option: -t Only disable tapping and scrolling, not mouse movements, in response to keyboard activity.
So, current state isn't correct and either patch isn't correct. However label "Disable tapping and scrolling while typing" is probably really long...
Why not make the setting actually disable touchpad while typing? At least to me, that would be the preferred behavior.
*** Bug 697392 has been marked as a duplicate of this bug. ***
Also syndaemon doesn't work at all with -t option with some touchpads: https://bugzilla.redhat.com/show_bug.cgi?id=1169934 So the default options should be reconsidered also...
(In reply to comment #6) > Also syndaemon doesn't work at all with -t option with some touchpads: > https://bugzilla.redhat.com/show_bug.cgi?id=1169934 > > So the default options should be reconsidered also... "Disable while typing" is now implemented in libinput, which Wayland and the libinput-based X11 driver will use. And it's always on. See bug 743194. Closing this as obsolete as the label is gone.