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.
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?
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.