From 6913158b8291c70cdab79641e771e2e89e11ac3e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 4 Dec 2019 15:50:49 +0300 Subject: add hotkeys to scroll headlines/articles (whichever is active) by one page --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 0f5464990..0a3082ec1 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1121,6 +1121,8 @@ "*(40)|Shift+Down" => "article_scroll_down", "^(38)|Ctrl+Up" => "prev_article_noscroll", "^(40)|Ctrl+Down" => "next_article_noscroll", + "(33)|Page Up" => "article_page_up", + "(34)|Page Down" => "article_page_down", "/" => "search_dialog", "s" => "toggle_mark", "S" => "toggle_publ", -- cgit v1.2.3