mirror of
https://github.com/KDE/konsole.git
synced 2026-06-12 16:05:45 -04:00
Set the default shortcut for 'edit-clear-history' as Ctrl+Shift+K, again
This has previsouly done for bug 282593 in commitdad64e67, but it is reverted accidently by me in commit08de49da.
This commit is contained in:
@@ -487,7 +487,7 @@ void SessionController::setupCommonActions()
|
||||
action = collection->addAction("clear-history-and-reset", this, SLOT(clearHistoryAndReset()));
|
||||
action->setText(i18n("Clear Scrollback and Reset"));
|
||||
action->setIcon(KIcon("edit-clear-history"));
|
||||
action->setShortcut(QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_X));
|
||||
action->setShortcut(QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_K));
|
||||
|
||||
// Profile Options
|
||||
action = collection->addAction("edit-current-profile", this, SLOT(editCurrentProfile()));
|
||||
|
||||
Reference in New Issue
Block a user