https://bugs.kde.org/show_bug.cgi?id=436362
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|Folder |general Keywords| |usability Product|plasmashell |plasma-integration Assignee|[email protected] |[email protected] Target Milestone|1.0 |--- --- Comment #2 from Nate Graham <[email protected]> --- It appears that this is sort a Qt bug... or at least an incompatibility between us and Qt. You see, Qt assigns Shift+Del to "Cut" on KDE Plasma, Gnome, and Windows platforms. See https://doc.qt.io/qt-5/qkeysequence.html#standard-shortcuts We consume these definitions in plasma-integration: https://invent.kde.org/plasma/plasma-integration/-/blob/master/src/platformtheme/kdeplatformtheme.cpp#L195 And Folder view then makes those shortcuts available to the user... where they conflict with our own action for Shift+Delete. Not sure how to proceed. -- You are receiving this mail because: You are watching all bug changes.
