1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:15:55 +00:00

googlereaderkeys: add o/enter/? keys like Google Reader

This commit is contained in:
Mike Frysinger
2013-05-19 04:09:47 -04:00
parent 8429af52be
commit 68ad3aea9d

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