]> git.wh0rd.org - tt-rss.git/commitdiff
Modify googlereaderkeys plugin with mark unread toggle.
authorMike Stegeman <mrstegeman@gmail.com>
Fri, 22 Mar 2013 12:40:39 +0000 (06:40 -0600)
committerMike Stegeman <mrstegeman@gmail.com>
Fri, 22 Mar 2013 12:40:39 +0000 (06:40 -0600)
plugins/googlereaderkeys/init.php

index 92bf626e605f475053b733218c51dcad6e0b139b..afdc58ec7674b7a53d3e501e7a05b550d2412851 100644 (file)
@@ -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";