mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 07:26:10 -04:00
shortcut adaptation to platform standards on Mac
REVIEW: 120323
This commit is contained in:
@@ -522,7 +522,7 @@ void Application::startBackgroundMode(MainWindow* window)
|
||||
QAction * action = collection->addAction("toggle-background-window");
|
||||
action->setObjectName(QLatin1String("Konsole Background Mode"));
|
||||
action->setText(i18n("Toggle Background Window"));
|
||||
action->setGlobalShortcut(QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_F12)));
|
||||
action->setGlobalShortcut(QKeySequence(Konsole::ACCEL + Qt::SHIFT + Qt::Key_F12)));
|
||||
|
||||
connect(action, &QAction::triggered, this, &Application::toggleBackgroundInstance);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user