Focus web view shortcut now cmd+shift+e to avoid f&r conflict

This commit is contained in:
James Magahern
2022-06-28 16:59:47 -07:00
parent f6dcc48e46
commit 56ed848fe7

View File

@@ -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)
),