https://bugs.kde.org/show_bug.cgi?id=418307
Noah Davis <noaha...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |noaha...@gmail.com --- Comment #3 from Noah Davis <noaha...@gmail.com> --- The shortcut customization doesn't work because plasma-workspace/applets/clipboard/contents/ui/ClipboardPage.qml doesn't try to use KStandardShortcuts. The reason why is that KStandardShortcuts is not available for QML. We should either try to make upstream equivalent shortcuts for QKeySequence::StandardKey so that our platform theme can set them appropriately or make KStandardShortcuts available to QML directly. -- You are receiving this mail because: You are watching all bug changes.