Add scroll or go to next unread keyboard shortcut

This commit is contained in:
Maurice Parker
2019-09-05 21:14:19 -05:00
parent 18d442d901
commit a2dda5f0f8
4 changed files with 36 additions and 1 deletions

View File

@@ -19,7 +19,9 @@ class RootSplitViewController: UISplitViewController {
}
// MARK: Keyboard Shortcuts
@objc func scrollOrGoToNextUnread(_ sender: Any?) {
coordinator.scrollOrGoToNextUnread()
}
@objc func goToPreviousUnread(_ sender: Any?) {