From: Andrew Dolgov Date: Wed, 21 Jan 2009 16:47:29 +0000 (+0100) Subject: add shortcut for all articles feed X-Git-Tag: 1.3.0~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=49f4a7e9f08208a2058078842243cae1945e354f;p=tt-rss.git add shortcut for all articles feed --- diff --git a/help/3.php b/help/3.php index af50db9f..2290cb53 100644 --- a/help/3.php +++ b/help/3.php @@ -54,8 +54,9 @@

- + + diff --git a/tt-rss.js b/tt-rss.js index 2e16fc80..4004ae8f 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