Summary: | Allow forwarding mouse button events to X11 apps using "Legacy X11 App Support" page | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | toadking |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | antti.savo, johannkleimusch, kde, nate |
Priority: | NOR | ||
Version: | 5.27.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/183637502d6f081f470a6ea1f99b69f882af68bb | Version Fixed In: | 6.1 |
Sentry Crash Report: |
Description
toadking
2023-02-26 04:36:23 UTC
Also CapsLock key only works in "always" option. I'll chime in on this issue as I would really like to be able to use mouse buttons as push-to-talk This is extremely important for wayland adoption for me so I would like to see this resolved. (This should have been done before keyboard support since it doesn't conflict with the security considerations of the limitation [to prevent keyloggers etc.] in the first place) A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/4595 Git commit 183637502d6f081f470a6ea1f99b69f882af68bb by Oliver Beard. Committed on 27/02/2024 at 13:34. Pushed by davidedmundson into branch 'master'. xwayland: Add option to additionally eavesdrop on mouse buttons M +3 -0 src/kcms/xwayland/kwinxwaylandsettings.kcfg M +25 -18 src/kcms/xwayland/ui/main.qml M +3 -0 src/kwin.kcfg M +11 -0 src/options.cpp M +11 -0 src/options.h M +9 -0 src/wayland/pointer.cpp M +2 -0 src/wayland/pointer.h M +39 -10 src/xwayland/xwayland.cpp https://invent.kde.org/plasma/kwin/-/commit/183637502d6f081f470a6ea1f99b69f882af68bb |