Some KWin scripts register shortcuts by calling registerShortcut()
:
registerShortcut("MinimizeAll", "Minimize all windows", "Meta+Shift+D", minimizeAllWindows);
After removing such a script in System Settings ➟ KWin Scripts ➟ Trash icon by the name of the script all shortcuts registered by now removed script are still present in System Settings ➟ Keyboard ➟ Shorctus ➟ KWin and there is no way to remove them there.
I think there should be a way to remove these shortcuts in System Settings.
What do you think?
I know these shortcuts are saved in ~/.config/kglobalshortcutsrc
and one can remove them there (as long as there’s no active plasma session as otherwise changes to this file are lost).