https://bugs.kde.org/show_bug.cgi?id=521391
Sebastian Sauer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/756b6c271d | |47be93330da3a2683b84c0481de | |438 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #7 from Sebastian Sauer <[email protected]> --- Git commit 756b6c271d47be93330da3a2683b84c0481de438 by Sebastian Sauer. Committed on 02/09/2026 at 10:09. Pushed by vladz into branch 'master'. Add dwell clicker support This adds an accessibility tool that allows to perform a mouse click by stopping to move the cusor at a given location, without pressing a button. This aims to replace the KMouseTool application, which doesn't work on Wayland. Related: bug 472436 M +1 -0 src/input.h M +1 -0 src/plugins/CMakeLists.txt A +18 -0 src/plugins/dwellclicker/CMakeLists.txt A +370 -0 src/plugins/dwellclicker/dwellclicker.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +90 -0 src/plugins/dwellclicker/dwellclicker.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +41 -0 src/plugins/dwellclicker/dwellclickerconfig.kcfg A +9 -0 src/plugins/dwellclicker/dwellclickerconfig.kcfgc A +16 -0 src/plugins/dwellclicker/main.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +12 -0 src/plugins/dwellclicker/metadata.json A +2 -0 src/plugins/dwellclicker/metadata.json.license https://invent.kde.org/plasma/kwin/-/commit/756b6c271d47be93330da3a2683b84c0481de438 -- You are receiving this mail because: You are watching all bug changes.
