https://bugs.kde.org/show_bug.cgi?id=426573
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-integration/commi |ma/plasma-integration/commi |t/15c7926377065da0fea111be3 |t/b629b1d297b9758fe6207a45e |03816dca91d087a |960655cdf50bfd0 --- Comment #7 from Nate Graham <n...@kde.org> --- Git commit b629b1d297b9758fe6207a45e960655cdf50bfd0 by Nate Graham. Committed on 15/09/2020 at 21:06. Pushed by ngraham into branch 'Plasma/5.18'. Use KDE shortcuts for "move to trash" action coming from QStandardKey QKeySequence::Delete is the Qt "Move to trash" action, which, by default, includes Ctrl+D as a shortcut. This is something we don't want in KDE software, so we need to intercept this action in our integration plugin and give it the standard KDE shortcuts instead, as we do for other actions. FIXED-IN: 5.20 (cherry picked from commit 15c7926377065da0fea111be303816dca91d087a) M +2 -0 src/platformtheme/kdeplatformtheme.cpp https://invent.kde.org/plasma/plasma-integration/commit/b629b1d297b9758fe6207a45e960655cdf50bfd0 -- You are receiving this mail because: You are watching all bug changes.