]> git.wh0rd.org - tt-rss.git/commitdiff
Merge pull request #69 from mrstegeman/greader
authorAndrew Dolgov <cthulhoo@gmail.com>
Fri, 22 Mar 2013 16:54:59 +0000 (09:54 -0700)
committerAndrew Dolgov <cthulhoo@gmail.com>
Fri, 22 Mar 2013 16:54:59 +0000 (09:54 -0700)
Modify googlereaderkeys plugin with mark unread toggle.

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";