Keyboard shortcuts: increase/decrease font size, refresh
This commit is contained in:
@@ -79,6 +79,13 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
title: "Find on Page",
|
||||
action: #selector(ShortcutResponder.findOnPage)
|
||||
),
|
||||
|
||||
// Refresh
|
||||
UIKeyCommand(
|
||||
modifiers: [.command], input: "R",
|
||||
title: "Refresh",
|
||||
action: #selector(ShortcutResponder.refresh)
|
||||
),
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user