1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:15:56 +00:00

unbind up/down by default (use native scrolling for consistency with pgup/pgdn)

This commit is contained in:
Andrew Dolgov
2020-05-23 08:38:03 +03:00
parent b8906c9b9c
commit 6fc18e450b

View File

@@ -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",