From: Mike Stegeman Date: Fri, 22 Mar 2013 12:40:39 +0000 (-0600) Subject: Modify googlereaderkeys plugin with mark unread toggle. X-Git-Tag: 1.7.5~16^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fb5364bc1659c50f280a6a510f5a97da73cd7fb8;p=tt-rss.git Modify googlereaderkeys plugin with mark unread toggle. --- diff --git a/plugins/googlereaderkeys/init.php b/plugins/googlereaderkeys/init.php index 92bf626e..afdc58ec 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";