https://bugs.kde.org/show_bug.cgi?id=469232
--- Comment #9 from Joshua Goins <j...@redstrate.com> --- Git commit 34c2a36000efe4ac61e91dd7a4cc84fd4227d97d by Joshua Goins, on behalf of Joshua Goins. Committed on 29/07/2024 at 15:46. Pushed by redstrate into branch 'master'. ButtonRebindsFilter: Support keyboard modifiers with mouse buttons This is needed to better support emitting mouse button events when pressing tablet buttons. It's common in many art programs that an action is tied to a mouse button + a modifier, such as panning the canvas. So being able to send keyboard modifiers in tandem with mouse buttons is very useful when rebinding. Tests are added for this new feature. M +64 -0 autotests/integration/buttonrebind_test.cpp M +37 -2 src/plugins/buttonrebinds/buttonrebindsfilter.cpp M +2 -0 src/plugins/buttonrebinds/buttonrebindsfilter.h https://invent.kde.org/plasma/kwin/-/commit/34c2a36000efe4ac61e91dd7a4cc84fd4227d97d -- You are receiving this mail because: You are watching all bug changes.