From d718842fdd96d85bf1c4b44264c498dc63c38a8e Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 28 May 2021 19:06:42 +0100 Subject: Add support for next/prev_unread_feed as J and K --- init.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.php') 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"; -- cgit v1.2.3