https://bugs.kde.org/show_bug.cgi?id=415364
Jakob Petsovits <jpe...@petsovits.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |1d9b9f6fc183fcf1ab1e27c39e5 | |8c7401b97e29b Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #33 from Jakob Petsovits <jpe...@petsovits.com> --- Git commit 1d9b9f6fc183fcf1ab1e27c39e58c7401b97e29b by Jakob Petsovits. Committed on 22/12/2024 at 15:01. Pushed by jpetso into branch 'master'. kcms/touchpad: Add support for libinput disableEventsOnExternalMouse This option allows touchpads to disable when an external mouse is connected. The X11 backend already had *some* support for reading this property, but wasn't doing anything with it. The Wayland backend depends on a KWin D-Bus property also introduced in Plasma 6.3. M +5 -1 kcms/touchpad/backends/kwin_wayland/kwinwaylandtouchpad.cpp M +18 -0 kcms/touchpad/backends/libinputcommon.h M +8 -7 kcms/touchpad/backends/x11/libinputtouchpad.cpp M +1 -5 kcms/touchpad/backends/x11/libinputtouchpad.h M +25 -1 kcms/touchpad/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/1d9b9f6fc183fcf1ab1e27c39e58c7401b97e29b -- You are receiving this mail because: You are watching all bug changes.