diff --git a/App/KeyboardShortcuts.swift b/App/KeyboardShortcuts.swift index d57987b..0e92371 100644 --- a/App/KeyboardShortcuts.swift +++ b/App/KeyboardShortcuts.swift @@ -127,7 +127,7 @@ public class KeyboardShortcuts { return [ // Focus Web View UIKeyCommand( - modifiers: .command, input: "e", + modifiers: [ .command, .shift ], input: "w", title: "Focus Web View", action: #selector(ShortcutResponder.focusWebView) ),