Bug 438113

Summary: Change paste keybiding cause "Shift+Ins" not work on konsole.
Product: [Applications] konsole Reporter: Billy <vil963>
Component: copy-pasteAssignee: Konsole Developer <konsole-devel>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: settings menu

Description Billy 2021-06-05 11:24:09 UTC
Created attachment 139018 [details]
settings menu

SUMMARY
Because i like emacs binding, so, i like to set following keybinding on konsole

1. Copy => Meta + W
2. Paste => Ctrl + Y

this will breaking "Shift+Insert" feature.

STEPS TO REPRODUCE
1. i start to set this keybinding from `Configure Keyboard Shortcuts' menu.
2. I will change Alternate key (Shift+Ins) into "Ctrl+Y", then click Okay.
3. Then, when i use some tools like CopyQ to paste somethings.(it will invoke "Shift+Ins" to paste current item to konsole, i always get a strange "2~"
4. in fact, we can always reproduce this with pressing "Shift+Insert" directly

BTW: if i change "Ctrl+Shift+V" to "Ctrl+Y", leave that "Shift+Ins" not changed, it works as expected.

EXPECTED RESULT

It should paste the clipboard into konsole directly, as done if not do this keybinding change.


SOFTWARE/OS VERSIONS
Arch Linux
Qt Version: latest, I guess this bug happen on all version.

ADDITIONAL INFORMATION