mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
UI/Qt: Add Alt+D as a shortcut to focus the location editor
This commit is contained in:
parent
f3c3213b06
commit
6602fa5d15
Notes:
github-actions[bot]
2025-08-07 11:02:23 +00:00
Author: https://github.com/zacoons
Commit: 6602fa5d15
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5753
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ Tab::Tab(BrowserWindow* window, RefPtr<WebView::WebContentClient> 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue