Bug 395297 - Dolphin terminal widget raises shortcut conflict message without actual conflict
Summary: Dolphin terminal widget raises shortcut conflict message without actual conflict
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: panels: terminal (show other bugs)
Version: 17.12.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-13 02:59 UTC by Shriramana Sharma
Modified: 2023-10-05 09:36 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shriramana Sharma 2018-06-13 02:59:58 UTC
Steps to reproduce:
1. Open Dolphin and then the terminal pane by F4.
2. Try pasting some text using Shift+Ins.

Actual results:
The following message pops up:
The key sequence 'Shift+Ins' is ambiguous. Use 'Configure Shortcuts'
from the 'Settings' menu to solve the ambiguity.
No action will be triggered.

Expected result:
The text should be pasted at the terminal line.

Observations:
Checking Dolphin shortcuts shows Shift+Ins configured for "Paste Clipboard Contents" and Konsole shortcuts shows the same for just "Paste". These are                  infact the same action just named differently and one should not be required to change this very common shortcut in either app as there is in fact no conflict at all but only misdiagnosis as a conflict.
Comment 1 Julian Steinmann 2018-06-13 10:19:43 UTC
I can confirm this behavior with Dolphin 18.04.2. Thanks for reporting this bug!
Comment 2 Justin Zobel 2020-10-26 04:59:43 UTC
I can't confirm this with current Dolphin from git master.

I press F4 and then Shift Ins and the text pastes.

Shriraramana or Julian can you please confirm this is now working for you on a recent Dolphin version?
Comment 3 Patrick Silva 2020-10-27 12:39:00 UTC
it's still reproducible on my neon unstable.
Comment 4 tubbadu 2023-10-05 09:36:54 UTC
This bug is still present after 5 years. It happens because both the "file" part and the konsolepart have the Ctrl+Ins shortcut active, and so it conflicts. Ideally, it should give priority to the focused part, so if you're using the konsolepart it should paste there, and if you're using the file part, it should paste there. For mysterious reasons, this does not happen