Bug 343660 - KStandardShortcut: Shift+Del is ambiguous
Summary: KStandardShortcut: Shift+Del is ambiguous
Status: RESOLVED DUPLICATE of bug 394001
Alias: None
Product: frameworks-kconfig
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Matthew Dawson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-01 15:49 UTC by Martin Klapetek
Modified: 2020-08-14 16:09 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Klapetek 2015-02-01 15:49:37 UTC
Currently KConfig has Shift+Del as alternative shortcut for Cut action, however apps that deal with files usually use Shift+Del as "Remove file from disk" (as opposed to plain Delete doing "Move to trash").

This then results in broken functionality in some apps using KStandardShortcut::Cut as pressing Shift+Del to delete a file opens a dialog saying "This shortcut is ambigous, change it in settings".

Given that Shift+Del was the default for "Remove file from disk" throughout kde4 times, I think that it should remain available for this action rather than alternative shortcut for cut action.
Comment 1 Simon Persson 2015-06-30 12:51:13 UTC
To keep things consistent, the alternative shortcuts for copy and paste should also be removed in that case - the three form a  suite. I've never encountered anyone using these shortcuts, don't know how popular they are... would guess that they're not very popular. Can try to remove them and see it there's an outcry... :)

On the other hand, most applications use cut, copy and paste actions but most applications are not general file managers. Those few filemanagers could also make a special case and not use the default shortcut for cut if it is shift+del.

Anyway, the conflict should definitely be resolved.
Comment 2 Christoph Feck 2017-05-29 22:51:12 UTC
This was recently fixed for Gwenview, see bug 377880.

Are there other applications that need a similar fix?
Comment 3 Nate Graham 2017-10-23 14:26:11 UTC
Can we just remove the Shift-Delete shortcut for Cut actions? This seems like a really weird, obscure shortcut for an action that already has a universally-known shortcut (ctrl-x). Then we won't need to add any application-specific workarounds.
Comment 4 Nate Graham 2020-08-14 16:09:07 UTC

*** This bug has been marked as a duplicate of bug 394001 ***