diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index cf434ad7..273686e6 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -348,7 +348,7 @@ void MainWindow::setupActions() // Full Screen menuAction = KStandardAction::fullScreen(this, SLOT(viewFullScreen(bool)), this, collection); - menuAction->setShortcut(QKeySequence()); + menuAction->setShortcut(QKeySequence(Qt::Key_F11)); KStandardAction::configureNotifications(this, SLOT(configureNotifications()), collection); KStandardAction::keyBindings(this, SLOT(showShortcutsDialog()), collection);