summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-19 19:13:56 +0400
committerAndrew Dolgov <[email protected]>2013-03-19 19:14:28 +0400
commitd2db81a5f67dfc13bab7cf379d1182f7aa794eb1 (patch)
treeb589f3a6e5ec3a1976cfb76c87b8e582d79f47c6 /include
parentd5b82f3ebba0fa76cd6fcc6e552b4cd9f90ef8f0 (diff)
improve hotkey buffer scrolling speed; bind viewport scrolling to shift-arrows
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index d1743af7a..4eff1149e 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1946,6 +1946,8 @@
"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",