summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-05-23 08:38:03 +0300
committerAndrew Dolgov <[email protected]>2020-05-23 08:38:03 +0300
commit6fc18e450b72306693de8723464f4176e73c5a5b (patch)
tree74722fe8321cbdf034e1dc78f889de824be53a1e
parentb8906c9b9c3e4f91c48a7cb3e69b466076e8bf8d (diff)
unbind up/down by default (use native scrolling for consistency with pgup/pgdn)
-rw-r--r--include/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index 8739af052..a22e1d379 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",