Bug 473566 - Touchpad setting does not expose "disable touchpad when mouse is plugged in" option
Summary: Touchpad setting does not expose "disable touchpad when mouse is plugged in" ...
Status: RESOLVED DUPLICATE of bug 415364
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_touchpad (show other bugs)
Version: 5.27.4
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-20 16:49 UTC by Jeffrey Walton
Modified: 2023-08-20 17:37 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Missing option in Touchpad setting for Plasma 5.24.7 (151.11 KB, image/png)
2023-08-20 16:49 UTC, Jeffrey Walton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Walton 2023-08-20 16:49:11 UTC
Created attachment 161073 [details]
Missing option in Touchpad setting for Plasma 5.24.7

Hi Everyone,

This is a wishlist item. It came from a discussion in libinput's bug tracker at https://gitlab.freedesktop.org/libinput/libinput/-/issues/924. In the 924 bug report, there is a HP laptop with touchpad, and I want to disable the touchpad when a mouse is plugged into the machine.

The KDE wish is, we need a UI setting to disable the touchpad when the mouse is plugged in. libinput supports the configuration, but the KDE setting for Touchpad does not expose it.

For libinput, this is the [manual] X11 option of interest. Many thanks to @satrmb for the help in tracking it down:

```
$ cat /etc/X11/xorg.conf.d/30-touchpad.conf
Section "InputClass"
        Identifier "touchpad"
        Driver "libinput"
        MatchIsTouchpad "on"
        Option "SendEventsMode" "disabled-on-external-mouse"
EndSection
```

@satrmb is not sure what setting is needed for Wayland.

-----

I am using Kubuntu 22.04.3, x86_64, fully patched. Plasmashell version is 5.24.7.

I see some other "disable touchpad with Mouse plugged in" reports, but I definitely do not have the setting. See, for example, 349545 and 415364.
Comment 1 Nicolas Fella 2023-08-20 17:37:18 UTC

*** This bug has been marked as a duplicate of bug 415364 ***