Bug 438113 - Change paste keybiding cause "Shift+Ins" not work on konsole.
Summary: Change paste keybiding cause "Shift+Ins" not work on konsole.
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: copy-paste (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-05 11:24 UTC by Billy
Modified: 2021-06-05 11:24 UTC (History)
0 users

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


Attachments
settings menu (30.69 KB, image/png)
2021-06-05 11:24 UTC, Billy
Details

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