Merge pull request #69 from mrstegeman/greader

Modify googlereaderkeys plugin with mark unread toggle.
This commit is contained in:
Andrew Dolgov 2013-03-22 09:54:59 -07:00
commit c5ec258040
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class GoogleReaderKeys extends Plugin {
$hotkeys["*p"] = "prev_feed"; $hotkeys["*p"] = "prev_feed";
$hotkeys["v"] = "open_in_new_window"; $hotkeys["v"] = "open_in_new_window";
$hotkeys["r"] = "feed_refresh"; $hotkeys["r"] = "feed_refresh";
$hotkeys["m"] = "toggle_unread";
$hotkeys["(32)|space"] = "next_article"; $hotkeys["(32)|space"] = "next_article";
$hotkeys["(38)|up"] = "article_scroll_up"; $hotkeys["(38)|up"] = "article_scroll_up";
$hotkeys["(40)|down"] = "article_scroll_down"; $hotkeys["(40)|down"] = "article_scroll_down";