]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/googlereaderkeys/init.php
support disabling of e-mail digests entirely
[tt-rss.git] / plugins / googlereaderkeys / init.php
index c8e7d7a3839d0ef218f13e3c473e61037ff45a2a..ca8b88516dbb5c34b46a31e57941b35f3f6c9375 100644 (file)
@@ -23,6 +23,9 @@ class GoogleReaderKeys extends Plugin {
                $hotkeys["v"]           = "open_in_new_window";
                $hotkeys["r"]           = "feed_refresh";
                $hotkeys["m"]           = "toggle_unread";
+               $hotkeys["o"]           = "toggle_expand";
+               $hotkeys["(13)|enter"]  = "toggle_expand";
+               $hotkeys["*(191)|?"]    = "help_dialog";
                $hotkeys["(32)|space"]  = "next_article";
                $hotkeys["(38)|up"]     = "article_scroll_up";
                $hotkeys["(40)|down"]   = "article_scroll_down";
@@ -34,5 +37,4 @@ class GoogleReaderKeys extends Plugin {
                return 2;
        }
 
-}
-?>
+}
\ No newline at end of file