mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 05:07:06 -04:00
'New Tab' kactionmenu now found in the configure shortcut dialog.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1123169
This commit is contained in:
@@ -232,6 +232,7 @@ void MainWindow::setupActions()
|
||||
// File Menu
|
||||
_newTabMenuAction = new KActionMenu(KIcon("tab-new"), i18n("&New Tab"), collection);
|
||||
_newTabMenuAction->setShortcut( QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_T) );
|
||||
_newTabMenuAction->setShortcutConfigurable(true);
|
||||
connect(_newTabMenuAction, SIGNAL(triggered()), this, SLOT(newTab()));
|
||||
collection->addAction("new-tab", _newTabMenuAction);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user