Support for Sydro find interaction
This commit is contained in:
@@ -99,10 +99,13 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
),
|
||||
|
||||
// Find on page
|
||||
UIKeyCommand(
|
||||
modifiers: [.command], input: "F",
|
||||
title: "Find on Page",
|
||||
action: #selector(ShortcutResponder.findOnPage)
|
||||
(FindOnPageViewController.isEnabled() ?
|
||||
UIKeyCommand(
|
||||
modifiers: [.command], input: "F",
|
||||
title: "Find on Page",
|
||||
action: #selector(ShortcutResponder.findOnPage)
|
||||
)
|
||||
: UIKeyCommand()
|
||||
),
|
||||
|
||||
// Refresh
|
||||
|
||||
Reference in New Issue
Block a user