Dolphin has an "Ambiguous shortcut" by default

Dolphin version: 25.12.0

KDE Frameworks: 6.20.0

Pressing “Shift+Delete” would show a dialog instead of prompting to delete a file

Searching in keyboard shortcut shows following result:

It’s still the case after reset all keyboard shortcuts to default (by clicking “Defaults“ button under “Configure Keyboard Shortcuts“ dialog)

In my Dolphin 25.08.3, KDE Frameworks 6.20, pressing “Shift+Delete” I have:

In shortcuts, I have:

Cut only have Ctrl+X.

My tip: delete the alternate option for cut. Don’t have reason to exist.

Regards

After setting the alternate option to “None”, the shortcut works as expected, thank you!

But I wonder if it “Don’t have reason to exist“, why does Dolphin ships this option by default? If we can remove this option it should be working out of the box …

Wow, that’s amazing - and surely a bug… though I never met this issue, I’m surprised.

It also happens to Gwenview with all shortcut settings reset to default:

and I think it’s caused by hardcoded shortcut values in KStandardShortcut:

But there’s some comment says

// Both "Cut" and "Delete" use Shift+Delete, but this is okay; see
// https://commits.kde.org/kxmlgui/8eabbf6725386e716b7536c71a9181dfe5d959f0

Maybe there’s a regression somewhere?