mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:15:57 +00:00
improve hotkey buffer scrolling speed; bind viewport scrolling to shift-arrows
This commit is contained in:
@@ -1946,6 +1946,8 @@
|
||||
"c n" => "catchup_above",
|
||||
"*n" => "article_scroll_down",
|
||||
"*p" => "article_scroll_up",
|
||||
"*(38)|Shift+up" => "article_scroll_up",
|
||||
"*(40)|Shift+down" => "article_scroll_down",
|
||||
"a *w" => "toggle_widescreen",
|
||||
"e" => "email_article",
|
||||
"a q" => "close_article",
|
||||
|
||||
Reference in New Issue
Block a user