Add F11 as a shortcut for full screen

BUG: 303424
FIXED: 2.14
(cherry picked from commit 47fafb2134)
wilder-portage
Kurt Hindenburg 12 years ago
parent bf40927e32
commit 6381dfff50
  1. 2
      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);

Loading…
Cancel
Save