Summary: | Restore/Add Double Click Speed setting that used to live in the mouse KCM | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Ivaylo Atanasov <givbra> |
Component: | kcm_accessibility | Assignee: | Gunnar Schmidt <gunnar> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, d7ghrrkcz, dsyrzm0fy, local10, mace68, nate, nicolas.fella, noloader, unassigned-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/901b1b8c2db64130209d52482df93e7cab435dfb | Version Fixed In: | 6.0 |
Sentry Crash Report: |
Description
Ivaylo Atanasov
2019-10-27 05:53:15 UTC
This got lost with the Libinput KCM. The accessibility-related features were recently re-added in https://phabricator.kde.org/D22823, but this feature wasn't included. I would advocate for putting it in the Accessibility KCM alongside the others, since it is basically an accessibility feature and strictly speaking doesn't belong on the Mouse page (you can double-click with a touchpad too). Yes, you are right - Double Click Speed Control should be in the Accessibility KCM. It would be good if there was a shortcut (More options) from Input Devices -> Mouse to Accessibility -> Mouse Navigation for easier, more comfortable access (not everyone is visiting Accessibility options and the additional settings may get skipped from first sight), too ... Please, try your best ... *** Bug 460164 has been marked as a duplicate of this bug. *** After upgrading my plasma version it seemed that i couldn't double click anymore, which turned out to be just a way too short default interval. And i'm also missing the advanced settings to adjust for that. After looking around i found that it's possible to set DoubleClickInterval in ~/.config/kdeglobals. But the value set there, for some reason doesn't seem to match the actual timing value when double clicking (it must be set to around twice the desired value). It would be better if the double click setting was properly exposed somewhere, so misbehaving manual tweaks like this are not required and left to the user to even find. And changing to evdev, as suggested by some posts online, seems like the wrong action when libinput is meant to be its replacement, from what i read. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1455 Is there some config file one could edit to set the minimum double click interval? Operating System: Debian GNU/Linux 12 KDE Plasma Version: 5.27.5 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 Kernel Version: 6.1.0-9-amd64 (64-bit) Graphics Platform: X11 I don't know if this could be relevant but I noticed my double-click speed speed interval gets very short, to the point of me having to try multiple times to open something via double-click sometimes. In my case it was caused by using xrandr to re-enable a temporarily disabled display output, but only when using the --rate option. The following would cause my double-click rate to be too fast until I logged out and back in: /usr/bin/xrandr --output HDMI-A-0 --auto --pos 3440x0 --mode 1920x1080 --rate 75 where the following did not seem to change my double-click rate at all: /usr/bin/xrandr --output HDMI-A-0 --auto --pos 3440x0 --mode 1920x1080 That's something else; See Bug 419421. Git commit 901b1b8c2db64130209d52482df93e7cab435dfb by Nicolas Fella. Committed on 04/11/2023 at 12:30. Pushed by nicolasfella into branch 'master'. [kcms/workspaceoptions] Add setting for double click interval This is part of the legacy mouse KCM, but not the libinput-based one This is odd because it's not actually a driver-level feature, it's implemented on the toolkit (Qt) level The KCM only writes a value to kdeglobals that plasma-integration then passes to Qt It also does not only affect mice, it also applies to touchpads This patch adds it to the 'General Behavior' KCM, where we already have similar 'Mouse but not acutally mouse' settings like single/double click settings M +42 -0 kcms/workspaceoptions/ui/main.qml M +6 -0 kcms/workspaceoptions/workspaceoptions_kdeglobalssettings.kcfg M +1 -1 kcms/workspaceoptions/workspaceoptions_kdeglobalssettings.kcfgc https://invent.kde.org/plasma/plasma-desktop/-/commit/901b1b8c2db64130209d52482df93e7cab435dfb I am also affected by this issue. Is it possible to tweak this setting by hand? I want to increase default double click interval, default value is just too short, and sometimes it misses my clicks. I had a look into ~/.config/kdeglobals, but unfortunately it doesn't have DoubleClickInterval entry. Operating System: Debian GNU/Linux 12 KDE Plasma Version: 5.27.5 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 Kernel Version: 6.1.0-13-amd64 (64-bit) Graphics Platform: X11 Processors: 16 × AMD Ryzen 7 5800X 8-Core Processor Memory: 62.7 GiB of RAM Graphics Processor: AMD Radeon RX 6800 XT Product Name: X570 Steel Legend > Is it possible to tweak this setting by hand?
I asked similar question some time ago but never got any response. Still, is there some config file or whatever one could edit to set the minimum double click interval instead of using the GUI fix, which isn't available in some KDE versions?
Regards,
Operating System: Debian GNU/Linux 12
KDE Plasma Version: 5.27.5 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8
Kernel Version: 6.1.0-13-amd64 (64-bit)
Graphics Platform: X11
To use the feature now, open ~/.config/kdeglobals, find the "[KDE]" group, and add this line
> DoubleClickInterval=500
...with "500" replaced with the desired number of milliseconds.
Adding a "mee too". What are you asking for? It's already been done. :) (In reply to Nate Graham from comment #15) > What are you asking for? It's already been done. :) Thanks Nate. I'm still observing the missing setting on Fedora 39 x86_64 with plasmashell 5.27.10. Fedora is fully updated. $ kf5-config --version Qt: 5.15.11 KDE Frameworks: 5.111.0 kf5-config: 1.0 $ plasmashell --version plasmashell 5.27.10 I'm at "Mouse System Settings". I got there my clicking the start button, then searching for "mouse". The top hit is "Mouse Control". Clicking "Mouse Control" brings up "Mouse System Settings". Also see <https://imgur.com/a/9Cti4Do>. It's been done for Plasma 6.0, as the "Version Fixed In" field shows. Plasma 6 hasn't been released yet; it's due out on February 28th of next year. (In reply to Nate Graham from comment #17) > It's been done for Plasma 6.0, as the "Version Fixed In" field shows. Plasma > 6 hasn't been released yet; it's due out on February 28th of next year. Derp, thanks. I was looking in the body of the report for the info. Sorry about the extra noise. It's OK, we've all been there. :) |