summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMichael Kuhn <[email protected]>2019-03-17 17:39:20 +0100
committerMichael Kuhn <[email protected]>2019-03-17 17:39:20 +0100
commitbbb8a2e8737b975533539be8c01b0d5e8245746f (patch)
treea3cd66eb78d58ed4f48c335e810f5fac6f0a434e /plugins
parent375c4c28a02830ff4b7189377ffa7bdb12744339 (diff)
Fix missed hotkeys in googlereaderkeys plugin
Diffstat (limited to 'plugins')
-rw-r--r--plugins/googlereaderkeys/init.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/googlereaderkeys/init.php b/plugins/googlereaderkeys/init.php
index 4fb57ec94..936158417 100644
--- a/plugins/googlereaderkeys/init.php
+++ b/plugins/googlereaderkeys/init.php
@@ -18,8 +18,8 @@ class GoogleReaderKeys extends Plugin {
$hotkeys["j"] = "next_article_noscroll";
$hotkeys["k"] = "prev_article_noscroll";
- $hotkeys["*n"] = "next_feed";
- $hotkeys["*p"] = "prev_feed";
+ $hotkeys["N"] = "next_feed";
+ $hotkeys["P"] = "prev_feed";
$hotkeys["v"] = "open_in_new_window";
$hotkeys["r"] = "feed_refresh";
$hotkeys["m"] = "toggle_unread";