Bug 416822

Summary: Konsole tool window uses wrong shortcuts for copy and paste
Product: [Applications] kdevelop Reporter: Mikhail Zolotukhin <mail>
Component: UI: generalAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: normal CC: kossebau
Priority: NOR    
Version First Reported In: 5.4.6   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Right click menu with some shortcuts for Konsole window

Description Mikhail Zolotukhin 2020-01-27 14:09:06 UTC
Created attachment 125465 [details]
Right click menu with some shortcuts for Konsole window

SUMMARY
Konsole popup uses wrong shortcuts for copying and pasting in the terminal window. It uses Ctrl+V and Ctrl+C to paste and copy, however the Konsole window e.g. in Dolphin uses Ctrl+Shift+V and Ctrl+Shift+C. 

This does not only hurts consistency, but also makes it impossible to paste and copy from Konsole window, because Ctrl+C and Ctrl+V shortcuts are already reserved for Konsole actions. 

Konsole window should use Ctrl+Shift+V and Ctrl+Shift+C shortcuts for copy and paste.
Comment 1 Friedrich W. H. Kossebau 2020-01-27 14:30:13 UTC
KDevelop loads the konsolepart as is, and does not modify any of the actions or their shortcuts. Similar to what Dolphin does. So not sure why things are different for you.

For me the Ctrl+Shift+V and Ctrl+Shift+C shortcuts are shown (which clash with other usages in KDevelop as I found by looking at them, that's another issue).

What platform are you on where your kdevelop was packaged? Or are you using an appimage?
Comment 2 Mikhail Zolotukhin 2020-01-27 14:40:17 UTC
I use KDevelop from Manjaro repositories. 

But I found the issue. I use Qt Creator shortcuts scheme. So basically to reproduce:
1. Open Settings -> Configure Shortcuts window
2. Manage Schemes -> Select Qt Creator scheme
3. Restart KDevelop, Konsole now uses Ctrl+V etc

To bring normal shortcuts back I need to select Default Scheme and restart KDevelop.