From 183dc8a0add89cf36beb940a1fe8c8a1eaaf1dce Mon Sep 17 00:00:00 2001 From: jghali Date: Sun, 24 Jun 2012 20:43:17 +0000 Subject: #10775: keyboard shortcut to quit the help browser git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17626 11d20701-8431-0410-a711-e3c959e3b870 --- scribus/helpbrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scribus/helpbrowser.cpp') diff --git a/scribus/helpbrowser.cpp b/scribus/helpbrowser.cpp index 6aa6531..d465897 100644 --- a/scribus/helpbrowser.cpp +++ b/scribus/helpbrowser.cpp @@ -224,7 +224,7 @@ void HelpBrowser::setupLocalUI() //Add Menu items filePrint=fileMenu->addAction(loadIcon("16/document-print.png"), "", this, SLOT(print()), Qt::CTRL+Qt::Key_P); fileMenu->addSeparator(); - fileExit=fileMenu->addAction(loadIcon("exit.png"), "", this, SLOT(close())); + fileExit=fileMenu->addAction(loadIcon("exit.png"), "", this, SLOT(close()), Qt::CTRL+Qt::Key_W); editFind=editMenu->addAction(loadIcon("find.png"), "", this, SLOT(find()), Qt::CTRL+Qt::Key_F); editFindNext=editMenu->addAction( "", this, SLOT(findNext()), Qt::Key_F3); editFindPrev=editMenu->addAction( "", this, SLOT(findPrevious()), Qt::SHIFT+Qt::Key_F3); -- cgit