https://bugs.kde.org/show_bug.cgi?id=426573

--- Comment #4 from Nate Graham <n...@kde.org> ---
Found it, with help from Eike Hein.

Folder View has code to do this:

> Keys.onPressed: {
>    event.accepted = true;
>    if (event.matches(StandardKey.Delete)) {

StandardKey.Delete includes Ctrl+D as a shortcut.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to