1
0
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:
Andrew Dolgov
2013-03-19 19:13:56 +04:00
parent d5b82f3ebb
commit d2db81a5f6
3 changed files with 10 additions and 4 deletions

View File

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