diff --git a/UI/Qt/Tab.cpp b/UI/Qt/Tab.cpp index 100b3219f6a..167605434cd 100644 --- a/UI/Qt/Tab.cpp +++ b/UI/Qt/Tab.cpp @@ -76,7 +76,7 @@ Tab::Tab(BrowserWindow* window, RefPtr parent_client, }); auto* focus_location_editor_action = new QAction("Edit Location", this); - focus_location_editor_action->setShortcut(QKeySequence("Ctrl+L")); + focus_location_editor_action->setShortcuts({ QKeySequence("Ctrl+L"), QKeySequence("Alt+D") }); addAction(focus_location_editor_action); m_layout->addWidget(m_toolbar);