Skip to content

Commit 91d6902

Browse files
gmtatrflynn89
authored andcommitted
UI: Add Cmd+U as a shortcut for "View Source" to AppKit
This mirrors the shortcut we have in our Qt UI.
1 parent a9ef5b4 commit 91d6902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/AppKit/Application/ApplicationDelegate.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ - (NSMenuItem*)createInspectMenu
623623

624624
[submenu addItem:[[NSMenuItem alloc] initWithTitle:@"View Source"
625625
action:@selector(viewSource:)
626-
keyEquivalent:@""]];
626+
keyEquivalent:@"u"]];
627627

628628
self.toggle_devtools_menu_item = [[NSMenuItem alloc] initWithTitle:@"Enable DevTools"
629629
action:@selector(toggleDevToolsEnabled:)

0 commit comments

Comments
 (0)