summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAthanasius <[email protected]>2021-05-28 19:06:42 +0100
committerAthanasius <[email protected]>2021-05-28 19:06:42 +0100
commitd718842fdd96d85bf1c4b44264c498dc63c38a8e (patch)
tree2ad783d8ed10387c5d644e1c89d84262cb11368d
parent2941d5cead6d9e38c837c4b53f54b15c125fa7d2 (diff)
Add support for next/prev_unread_feed as J and K
-rw-r--r--init.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.php b/init.php
index 9361584..ce92234 100644
--- a/init.php
+++ b/init.php
@@ -18,6 +18,8 @@ class GoogleReaderKeys extends Plugin {
$hotkeys["j"] = "next_article_noscroll";
$hotkeys["k"] = "prev_article_noscroll";
+ $hotkeys["J"] = "next_unread_feed";
+ $hotkeys["K"] = "prev_unread_feed";
$hotkeys["N"] = "next_feed";
$hotkeys["P"] = "prev_feed";
$hotkeys["v"] = "open_in_new_window";