Skip to content

Commit

Permalink
Use CTRL+W to close window like in other OM apps
Browse files Browse the repository at this point in the history
  • Loading branch information
hkiel committed Sep 15, 2015
1 parent f8a0969 commit aa6c6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/notebook.cpp
Expand Up @@ -496,7 +496,7 @@ void NotebookWindow::createFileMenu()

// CLOSE FILE
closeFileAction = new QAction( tr("&Close"), this );
closeFileAction->setShortcut( tr("Ctrl+F4") );
closeFileAction->setShortcut( tr("Ctrl+W") );
closeFileAction->setStatusTip( tr("Close the window") );
connect(closeFileAction, SIGNAL(triggered()), this, SLOT(closeFile()));

Expand Down

0 comments on commit aa6c6fb

Please sign in to comment.