summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 6bb394c6..16f1e92a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -373,7 +373,7 @@ void MainWindow::setupActions()
// Open location action
a = new KAction(i18n("Open Location"), this);
KShortcut openLocationShortcut(Qt::CTRL + Qt::Key_L);
- openLocationShortcut.setAlternate(Qt::Key_F6);
+ openLocationShortcut.setAlternate(Qt::ALT + Qt::Key_D);
a->setShortcut(openLocationShortcut);
actionCollection()->addAction(QL1S("open_location"), a);
connect(a, SIGNAL(triggered(bool)) , this, SLOT(openLocation()));