Skip to content

Remove middle-click-paste actions from panel config files

In the past, panels were configured to add a note on middle-click. This was changed several years ago in f596c2cb, but the "MiddleButton;NoModifier=org.kde.paste" action was never removed from users' config files, so some people still got this undesirable behavior with no GUI method to change it.

This commit adds an update script that removes the config entry that enables this behavior for all of the user's panels.

BUG: 425852 FIXED-IN: 5.24

cc @teams/usability @davidedmundson

Merge request reports