Skip to content
  • Nate Graham's avatar
    Use KDE shortcuts for "move to trash" action coming from QStandardKey · 15c79263
    Nate Graham authored
    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.
    
    BUG: 426573
    FIXED-IN: 5.20
    15c79263