mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add scroll or go to next unread keyboard shortcut
This commit is contained in:
@@ -60,7 +60,7 @@ private extension KeyboardManager {
|
||||
|
||||
switch(key) {
|
||||
case "[space]":
|
||||
return " "
|
||||
return "\u{0020}"
|
||||
case "[uparrow]":
|
||||
return UIKeyCommand.inputUpArrow
|
||||
case "[downarrow]":
|
||||
|
||||
Reference in New Issue
Block a user