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

@@ -60,7 +60,7 @@ private extension KeyboardManager {
switch(key) {
case "[space]":
return " "
return "\u{0020}"
case "[uparrow]":
return UIKeyCommand.inputUpArrow
case "[downarrow]":