https://bugs.kde.org/show_bug.cgi?id=354954

David Faure <fa...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fa...@kde.org

--- Comment #3 from David Faure <fa...@kde.org> ---
The shortcut is defined here:
src/ViewManager.cpp:158:       
collection->setDefaultShortcut(closeActiveAction, Qt::CTRL + Qt::SHIFT +
Qt::Key_S);

Probably the two views conflict, each one having such an action.
The usual solution is to set the shortcut context of the actions, something
like action->setShortcutContext(Qt::WidgetShortcut);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to