From ebb373987a38d6109fb235c1e0722f5fd024d4ed Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 23 May 2020 08:39:44 +0300 Subject: Revert "unbind up/down by default (use native scrolling for consistency with pgup/pgdn)" This reverts commit 6fc18e450b72306693de8723464f4176e73c5a5b. --- include/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index a22e1d379..8739af052 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1108,8 +1108,8 @@ "P" => "article_page_up", "*(33)|Shift+PgUp" => "article_page_up", "*(34)|Shift+PgDn" => "article_page_down", - //"(38)|Up" => "prev_article_or_scroll", - //"(40)|Down" => "next_article_or_scroll", + "(38)|Up" => "prev_article_or_scroll", + "(40)|Down" => "next_article_or_scroll", "*(38)|Shift+Up" => "article_scroll_up", "*(40)|Shift+Down" => "article_scroll_down", "^(38)|Ctrl+Up" => "prev_article_noscroll", -- cgit v1.2.3