How adjust mouse clicking speed

I should adjust the speed of my mother’s (89 years!) mouse click, but I don’t know how to adjust it. The interface has changed and it is no longer possible to adjust the click (?).

The mouse / keyboard is a cheap Logitech Logitech MK270 USB combo.

Could someone help us, please.


Operating System: openSUSE Leap 15.2
        KDE Plasma Version: 5.18.5
        KDE Frameworks Version: 5.71.0
        Qt Version: 5.12.7
        Kernel Version: 5.3.18-lp152.33-default
        OS Type: 64-bit
        Processors: 4 × Intel® Core™ i5-4300U CPU @ 1.90GHz
        Memory: 3,5 GiB

Have you investigated System Settings > Hardware > Input Devices > Mouse? (Pointer speed?)

Reading your opening post again, perhaps you mean double-click interval? I’m not sure that can be adjusted (when libinput is in use anyway).

FWIW, a recent thread on the subject…
https://forums.opensuse.org/showthread.php/540570-Mouse-Click-(speed)-problem?p=2938985#post2938985

Sorry for my poor English skills …

Suppose that when the mouse button is pressed and a click is heard, then it is time t0.
And when the key is released (and a click is heard), then it is time t1.
The time instant t1 (click-click) should be longer than it is now.
At the age of 89, the fingers are no longer very supple, although the head still works well. :slight_smile:

Can libinput be removed or replaced with another program (= old gui)?

As far as I can see, it does not matter how long the mouse key is down during clicking. When I press, leave it there for seconds and then release, the click action functions as expected.
The problem might be that the mouse is moved between the press and the release. That then results in either nothing happens or maybe moving objects.

Double click is a separate event. Generally action happens on the mouse button up event. In Linux the default is single click so any action happens on the mouse up event no matter how long you hold down the button as long as you are over the control. Unless you turn on the double click option then the timing between clicks is important to trigger the double click event. In Windows double click is the default.

I think it is safe to assume that the OP has enabled double-click in KDE Plasma 5.18 as they describe. There is no adjustment for the interval AFAIU.

If using a desktop in an Xorg environment, then using evdev should be possible (see link below), although I haven’t investigated myself, so YMMV.

https://forum.kde.org/viewtopic.php?f=289&t=153755

To force it, you’d need to have a custom Xorg config file (eg /etc/X11/xorg.conf.d/80-mouse.conf) like this

Section "InputClass"
    Identifier "evdev-mouse"
    MatchIsPointer "yes"
    Driver "evdev"
EndSection

When Xorg is next started it should take effect, and you can verify which input driver is in use for the mouse with

grep "Using input driver" /var/log/Xorg.0.log

IMHO, since post #4 above, it is clear (at least that is my interpretation) that this is not about “double click” at all.

It is about the time between the press and the release of a single click.

If this is true then the comments you made in post #5 are applicable, and there should be no issue with a slow “release” from a button click, unless as you also describe the mouse is moved while the left mouse button is down.

Thank you all for the good answers!

I am still thinking and discussing with my mother how she wants me to “fix” the mouse.

Regards,
two old women from the land of Linux. :wink:

You might need to consider replacing it for another, (perhaps you can try out various models in a shop).

Just for the record,
I made the update from LEAP 15.1 (with everything working fine) to 15.2 so far with a some problems.
And one thing I noticed was that the scroll wheel acceleration was huge.
And on systemsettings5 -> hardware -> pointing devices -> mouse there was only one single options panel window.
Indeed KDE forums does mention this is due to the lack of evdev mouse options.
so I simply added the /etc/X11/xorg.conf.d the file 80-mouse.conf mentioned in this thread,


Section "InputClass"     Identifier "evdev-mouse"
    MatchIsPointer "yes"
    Driver "evdev"
EndSection

And now all work just fine there was no need to even set anything since the mouse started to work as it used to before only by loging out an restarting X11 then re-login on the Plasma5 session.
So everyone with the same problem this is the solution.

This has nothing to do with the OPs problem (as reported), which was not about mouse speed or acceleration behaviour. Best to post to our ‘Unreviewed How To and FAQ’ forum with this kind of thing. I’m not so sure that it represents some universal solution in any case.

He means exactly that, mouse button pushed. mouse moved - mouse released - this is a typical behaviour of newbies.

If there are tremors causing this issue, I would recommend to think about a trackball instead of a mouse.

As the mouse moved away from the event, cancels it.

What you can do is reducing mouse acceleration