Keyboard shortcuts: increase/decrease font size, refresh

This commit is contained in:
James Magahern
2020-11-10 16:41:19 -06:00
parent 9344e3c32d
commit 961120ff9e
3 changed files with 26 additions and 4 deletions

View File

@@ -32,4 +32,7 @@ protocol ShortcutResponder: class {
@objc
optional func findOnPage(_ sender: Any?)
@objc
optional func refresh(_ sender: Any?)
}