signpost toggle fullscreen is F11.

This commit is contained in:
Mark Liversedge
2011-11-07 19:52:44 +00:00
parent 2007759ca1
commit cefb69512c

View File

@@ -552,7 +552,7 @@ MainWindow::MainWindow(const QDir &home) :
QMenu *viewMenu = menuBar()->addMenu(tr("&View"));
#ifndef Q_OS_MAC
viewMenu->addAction(tr("Toggle Full Screen"), this, SLOT(toggleFullScreen()));
viewMenu->addAction(tr("Toggle Full Screen"), this, SLOT(toggleFullScreen()), QKeySequence("F11"));
#endif
QAction *showhideSidebar = viewMenu->addAction(tr("Show Sidebar"), this, SLOT(showSidebar(bool)));
showhideSidebar->setCheckable(true);