Skip to content

ButtonRebindsFilter: Support disabled buttons

Joshua Goins requested to merge work/redstrate/support-disabled-buttons into master

It's sometimes wanted that you disable certain buttons on the device, such as an annoyingly place side button on a drawing tablet. This now makes it possible to do so by putting "Disabled" in the config. The rebind filter will then ensure the events are stopped and none are emitted.

Context: plasma-desktop!2384 (merged)

Merge request reports