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 [
|
return [
|
||||||
// Focus Web View
|
// Focus Web View
|
||||||
UIKeyCommand(
|
UIKeyCommand(
|
||||||
modifiers: .command, input: "e",
|
modifiers: [ .command, .shift ], input: "w",
|
||||||
title: "Focus Web View",
|
title: "Focus Web View",
|
||||||
action: #selector(ShortcutResponder.focusWebView)
|
action: #selector(ShortcutResponder.focusWebView)
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user