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
wilder-portage
Kurt Hindenburg 16 years ago
parent b2939c262e
commit ee7b0500c2
  1. 1
      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);

Loading…
Cancel
Save