mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-12 19:41:04 +02:00
Revert "unbind up/down by default (use native scrolling for consistency with pgup/pgdn)"
This reverts commit 6fc18e450b72306693de8723464f4176e73c5a5b.
This commit is contained in:
parent
6fc18e450b
commit
ebb373987a
@ -1108,8 +1108,8 @@
|
|||||||
"P" => "article_page_up",
|
"P" => "article_page_up",
|
||||||
"*(33)|Shift+PgUp" => "article_page_up",
|
"*(33)|Shift+PgUp" => "article_page_up",
|
||||||
"*(34)|Shift+PgDn" => "article_page_down",
|
"*(34)|Shift+PgDn" => "article_page_down",
|
||||||
//"(38)|Up" => "prev_article_or_scroll",
|
"(38)|Up" => "prev_article_or_scroll",
|
||||||
//"(40)|Down" => "next_article_or_scroll",
|
"(40)|Down" => "next_article_or_scroll",
|
||||||
"*(38)|Shift+Up" => "article_scroll_up",
|
"*(38)|Shift+Up" => "article_scroll_up",
|
||||||
"*(40)|Shift+Down" => "article_scroll_down",
|
"*(40)|Shift+Down" => "article_scroll_down",
|
||||||
"^(38)|Ctrl+Up" => "prev_article_noscroll",
|
"^(38)|Ctrl+Up" => "prev_article_noscroll",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user