Tagger: hold space now. hjkl to scroll

This commit is contained in:
James Magahern
2021-03-04 16:07:30 -08:00
parent fb9ec47833
commit 9bb8807c19
4 changed files with 75 additions and 14 deletions

View File

@@ -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: "[",