Skip to content

plugins/buttonrebinds: Support rebinding to modifier keys

Tino Lorenz requested to merge tilorenz/kwin:rebindMods into master

Allow rebinding buttons to send modifier keys (Control, Alt, Meta, Shift) without any other key. This is necessary for restoring the functionality kcm-wacomtablet had under X11 for wayland.

CCBUG: 461259

An alternative might be to add the modifier keys to KKeyServer so they'll be found by KKeyServer::keyQtToSymX, however I'm afraid that touching that table could break random things.

I will edit this MR with the corresponding MR to kcm_tablet. edit: kcm MR

Edited by Tino Lorenz

Merge request reports