From ee7b0500c2e585b2b08e6f636b58b0cb2a4de63d Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Tue, 1 Jun 2010 00:07:34 +0000 Subject: [PATCH] Remove the shortcut to send all output to current windows. This might catch people off guard if they accidently hit it. People who want it can just re-assign it back. BUG: 238373 svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1133042 --- src/SessionController.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SessionController.cpp b/src/SessionController.cpp index 35c44aec..c47f9f21 100644 --- a/src/SessionController.cpp +++ b/src/SessionController.cpp @@ -421,7 +421,6 @@ void SessionController::setupActions() // Copy Input To -> All Tabs in Current Window _copyToAllTabsAction = collection->addAction("copy-input-to-all-tabs", this, SLOT(copyInputToAllTabs())); - _copyToAllTabsAction->setShortcut(QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_Comma)); _copyToAllTabsAction->setText(i18n("&All Tabs in Current Window")); _copyToAllTabsAction->setCheckable(true);