Bug 416822 - Konsole tool window uses wrong shortcuts for copy and paste
Summary: Konsole tool window uses wrong shortcuts for copy and paste
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: general (show other bugs)
Version: 5.4.6
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-27 14:09 UTC by Mikhail Zolotukhin
Modified: 2020-01-27 14:40 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Right click menu with some shortcuts for Konsole window (39.18 KB, image/png)
2020-01-27 14:09 UTC, Mikhail Zolotukhin
Details

Note You need to log in before you can comment on or make changes to this bug.
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.