mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +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
99bd721e7e
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
Reference in a new issue