| Summary: | [Keyboard filters] Slow keys does nothing on Wayland | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Thiago Sueto <herzenschein> |
| Component: | kcm_accessibility | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dev, jpetso, nate, nicolas.fella, postix |
| Priority: | NOR | Keywords: | accessibility, wayland-only |
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=444335 | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/c119fce270c6ce24fe8c8ccc41809dd1e595a5d0 | Version Fixed/Implemented In: | 6.6.0 |
| Sentry Crash Report: | |||
|
Description
Thiago Sueto
2024-07-25 17:41:16 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/8491 Git commit c119fce270c6ce24fe8c8ccc41809dd1e595a5d0 by David Edmundson, on behalf of Martin Riethmayer. Committed on 02/01/2026 at 13:15. Pushed by davidedmundson into branch 'master'. Implement SlowKeys for KWin Wayland Closely following the implementation of BounceKeys. FIXED-IN: 6.6.0 M +1 -0 autotests/integration/CMakeLists.txt A +115 -0 autotests/integration/slow_keys_test.cpp [License: GPL(v2.0+)] M +1 -0 src/input.h M +1 -0 src/plugins/CMakeLists.txt A +18 -0 src/plugins/slowkeys/CMakeLists.txt A +23 -0 src/plugins/slowkeys/main.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +5 -0 src/plugins/slowkeys/metadata.json A +97 -0 src/plugins/slowkeys/slowkeys.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +36 -0 src/plugins/slowkeys/slowkeys.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] https://invent.kde.org/plasma/kwin/-/commit/c119fce270c6ce24fe8c8ccc41809dd1e595a5d0 |