summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-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";