mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
UI: Add Cmd+U as a shortcut for "View Source" to AppKit
This mirrors the shortcut we have in our Qt UI.
This commit is contained in:
parent
a9ef5b4924
commit
91d6902725
Notes:
github-actions[bot]
2025-03-25 21:09:48 +00:00
Author: https://github.com/gmta
Commit: 91d6902725
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4090
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 1 deletions
|
|
@ -623,7 +623,7 @@
|
|||
|
||||
[submenu addItem:[[NSMenuItem alloc] initWithTitle:@"View Source"
|
||||
action:@selector(viewSource:)
|
||||
keyEquivalent:@""]];
|
||||
keyEquivalent:@"u"]];
|
||||
|
||||
self.toggle_devtools_menu_item = [[NSMenuItem alloc] initWithTitle:@"Enable DevTools"
|
||||
action:@selector(toggleDevToolsEnabled:)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue