Tagger: hold space now. hjkl to scroll
This commit is contained in:
@@ -43,6 +43,13 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
action: #selector(ShortcutResponder.focusURLBar)
|
||||
),
|
||||
|
||||
// Focus Web View
|
||||
UIKeyCommand(
|
||||
modifiers: .command, input: "b",
|
||||
title: "Focus Web View",
|
||||
action: #selector(ShortcutResponder.focusWebView)
|
||||
),
|
||||
|
||||
// Go Back
|
||||
UIKeyCommand(
|
||||
modifiers: .command, input: "[",
|
||||
|
||||
Reference in New Issue
Block a user