]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
improve hotkey buffer scrolling speed; bind viewport scrolling to shift-arrows
[tt-rss.git] / include / functions.php
index d1743af7a09ac13ac655531a0942df232cecdae7..4eff1149e7b2a77f1a815d87feaad39eed43210a 100644 (file)
                                "c n" => "catchup_above",
                                "*n" => "article_scroll_down",
                                "*p" => "article_scroll_up",
+                               "*(38)|Shift+up" => "article_scroll_up",
+                               "*(40)|Shift+down" => "article_scroll_down",
                                "a *w" => "toggle_widescreen",
                                "e" => "email_article",
                                "a q" => "close_article",