On Tue, Dec 19, 2023 at 2:53 PM local10 <loca...@tutanota.com> wrote: > > I have several mice that went bad with the same defect: they sometimes > generate two single clicks very quickly (say, within 10-20ms) instead of a > single click. > > With reference to the above, is there a way or setting to force several mouse > clicks within a short period of time to be interpreted as a single mouse > click?
I think it depends on whether you are using Wayland or X11, and whether libinput is being used. Some things, like disabling the trackpad when a mouse is plugged in, requires a X11+libinput and a custom libinput rule. It cannot be done on Wayland because Wayland lacks the equivalent setting. Double click speed is pretty common. I am surprised to see it is not part of the Mouse Control Setting, but it is what it is... To change it with X11+libinput, see <https://www.reddit.com/r/kde/comments/s3rxt7/any_way_to_adjust_the_doubletripleclick_delay/>. I would be surprised to learn Wayland does not have an equivalent setting. You