diff --git a/help/3.php b/help/3.php index af50db9f3..2290cb536 100644 --- a/help/3.php +++ b/help/3.php @@ -54,8 +54,9 @@

- + + diff --git a/tt-rss.js b/tt-rss.js index 2e16fc804..4004ae8f2 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -1329,6 +1329,12 @@ function hotkey_handler(e) { hotkey_prefix = false; + + if (keycode == 65) { // a + viewfeed(-4); + return false; + } + if (keycode == 83) { // s viewfeed(-1); return false;
g s
g a
g f
g s
g p
g t
g P