summaryrefslogtreecommitdiff
path: root/plugins/googlereaderkeys/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/googlereaderkeys/init.php')
-rw-r--r--plugins/googlereaderkeys/init.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/googlereaderkeys/init.php b/plugins/googlereaderkeys/init.php
index 92bf626e6..afdc58ec7 100644
--- a/plugins/googlereaderkeys/init.php
+++ b/plugins/googlereaderkeys/init.php
@@ -25,6 +25,7 @@ class GoogleReaderKeys extends Plugin {
$hotkeys["*p"] = "prev_feed";
$hotkeys["v"] = "open_in_new_window";
$hotkeys["r"] = "feed_refresh";
+ $hotkeys["m"] = "toggle_unread";
$hotkeys["(32)|space"] = "next_article";
$hotkeys["(38)|up"] = "article_scroll_up";
$hotkeys["(40)|down"] = "article_scroll_down";