From cedf75a6f9377f2415f98e654586008e62f6147a Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Tue, 21 Dec 2010 00:04:39 +0530 Subject: Ctrl+Shift+P shortcut for Private browsing --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 447885d0..be534432 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -413,6 +413,7 @@ void MainWindow::setupActions() connect(a, SIGNAL(triggered(bool)), this, SLOT(viewPageSource())); a = Application::instance()->privateBrowsingAction(); + a->setShortcut(Qt::ControlModifier + Qt::ShiftModifier + Qt::Key_P); actionCollection()->addAction(QL1S("private_browsing"), a); a = new KAction(KIcon("edit-clear"), i18n("Clear Private Data..."), this); -- cgit v1.2.1