Don't assign twice the same key to the action New Tab

Authored by jtamate on Sep 10 2018, 2:45 PM.

Description

Don't assign twice the same key to the action New Tab

Summary:
QKeySequence::AddTab = Qt::CTRL + Qt::Key_T.
Leaving only the first avoids the warning window "There are two actions (New Tab, New Tab) that want to use the same shortcut (Ctrl+T)"

BUG: 398324

Test Plan:
su - test
unset KDE_FULL_SESSION
dolphin
After: No more the warning window.

Reviewers: Dolphin, elvisangelaccio

Reviewed By: Dolphin, elvisangelaccio

Subscribers: elvisangelaccio, kfm-devel

Tags: Dolphin

Differential Revision: https://phabricator.kde.org/D15371

Details

Committed
jtamateSep 10 2018, 2:47 PM
Reviewer
Dolphin
Differential Revision
D15371: Don't assign twice the same key to the action New Tab
Parents
R318:c5ce845e83d3: Do use QIcon::Selected for non-icon view
Branches
Unknown
Tags
Unknown