Set the default shortcut for 'edit-clear-history' as Ctrl+Shift+K, again

This has previsouly done for bug 282593 in commit dad64e67, but it is
reverted accidently by me in commit 08de49da.
This commit is contained in:
Jekyll Wu
2012-04-16 09:43:17 +08:00
parent dc1144cc7f
commit c384d0f885

View File

@@ -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()));