[konsole] [Bug 354954] Shortcut Ctrl-Shift-S defined twice by default
David Faure
bugzilla_noreply at kde.org
Tue Nov 1 10:08:07 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=354954
David Faure <faure at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |faure at kde.org
--- Comment #3 from David Faure <faure at 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 the assignee for the bug.
More information about the konsole-devel
mailing list