From de39729f4e3864aec6c0366ac72ca5f1228d60d1 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Sun, 9 Jan 2011 02:37:24 +0530 Subject: =?UTF-8?q?Use=20Escape=20shortcut=20to=20stop=20web=20loading=20T?= =?UTF-8?q?hanks=20to=20Furkan=20=C3=9Cz=C3=BCmc=C3=BC=20Review=20Board=20?= =?UTF-8?q?request=20:=20http://git.reviewboard.kde.org/r/100322/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 599295f7..963d405e 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -388,7 +388,7 @@ void MainWindow::setupActions() a->setShortcut(reloadShortcut); a = new KAction(KIcon("process-stop"), i18n("&Stop"), this); - a->setShortcut(KShortcut(Qt::CTRL | Qt::Key_Period)); + a->setShortcut(KShortcut(Qt::Key_Escape)); actionCollection()->addAction(QL1S("stop"), a); connect(a, SIGNAL(triggered(bool)), m_view, SLOT(webStop())); -- cgit v1.2.1