Focus web view shortcut now cmd+shift+e to avoid f&r conflict
This commit is contained in:
@@ -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)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user