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

--- Comment #2 from Vova Mshanetskiy <vovams...@gmail.com> ---
I do not think that QKeySequence::Delete means "Delete a file" in Qt. I think
it means only "Delete a character". The Ctrl+D combination comes from here:

https://github.com/qt/qtbase/blob/e4961b35deb202525d4711dbb14f8c2bb0bf5c26/src/gui/kernel/qplatformtheme.cpp#L197

The comment says it is from Emacs.

I think that the correct fix for bug 426573 should be replacing use of
StandardKey.Delete with something else, because i think StandardKey.Delete is
not about deleting files.

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

Reply via email to