Bug 192277 - Review and more consistently use standard keyboard shortcuts
Summary: Review and more consistently use standard keyboard shortcuts
Status: RESOLVED NOT A BUG
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-11 00:11 UTC by Karl Gmeiner
Modified: 2020-09-30 00:02 UTC (History)
5 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 Karl Gmeiner 2009-05-11 00:11:22 UTC
Version:            (using KDE 4.2.3)
OS:                Linux
Installed from:    Unlisted Binary Package

The list of standard keyboard shortcuts in lacks some common commands like "New Tab" and is not used by all applications and all commands respectively. For instance konsole does not consider these shortcuts at all (even if the standard shortcut for copy is not Ctrl + C) and Konqueror uses its own shortcut for Select All although this command appears in the list of standard shortcuts.
Comment 1 Robert Knight 2009-05-11 11:29:29 UTC
We can't use many standard shortcuts in the terminal because they conflict with terminal applications.  For example, Ctrl+C kills the current application in the terminal so it cannot be used for Copy.

Instead what I try to do is take the standard shortcut and add the Shift modifier.  So copy is Ctrl+Shift+C, search is Ctrl+Shift+F.
Comment 2 Karl Gmeiner 2009-05-11 14:21:04 UTC
That's perfectly clear, yet I am using Meta+C and Meta+F (like Apple) as standard shortcuts which does not conflict with Ctrl+C. In my opition, it would be better if Applications could "overrule" standard shortcuts  but only if they actually cause a conflict (like "use standard shortcuts except for Ctrl+C, Ctrl+D,..., use Konsole Default for the actions assigned to those shortcuts [and resolve resulting conflicts the same way]"). Simply adding Shift may conflict with other standard shortcuts.
Comment 3 Robert Knight 2009-05-11 22:58:56 UTC
Meta+C, Meta+F could conflict as well.  In practice I assume the applications you use don't use those shortcuts but to handle the wide variety of terminal applications that exist I make the blanket assumption that <Single Modifier> + <Letter> shortcuts are reserved for terminal programs.

Konsole is one of very few programs that have this kind of limitation and on its own it doesn't justify the effort of adding a generic mechanism to handle this sort of conflict in KDE.
Comment 4 Nate Graham 2020-09-30 00:02:20 UTC
There are tons and tons of shared shortcuts now. If there are any problems, please file a bug on the affected app.

FWIW Konsole can't use Ctrl+C for copy because ctrl+C sends the termination signal in a terminal emulator.