+
Keyboard shortuts (case-sensitive)
+
+
+
+
+ Key
+ Action
+
+
+
+
+ r
+ toggle item as read / unread
+
+
+ R
+ mark all items as read
+
+
+ s
+ star / unstar item
+
+
+ ?
+ focus the search bar
+
+
+ A
+ view All items
+
+
+ U
+ view Unread items
+
+
+ S
+ view Starred items
+
+
+ j
+ go to next feed item
+
+
+ k
+ go to previous feed item
+
+
+ l
+ go to next feed
+
+
+ h
+ go to previous feed
+
+
+
+
+
diff --git a/src/assets/javascripts/keybindings.js b/src/assets/javascripts/keybindings.js
index 2640711..7c84641 100644
--- a/src/assets/javascripts/keybindings.js
+++ b/src/assets/javascripts/keybindings.js
@@ -86,6 +86,7 @@ const shortcutFunctions = {
},
}
+// If you edit, make sure you update README.md and the help modal
const keybindings = {
"r": shortcutFunctions.toggleItemRead,
"R": shortcutFunctions.markAllRead,