From 49f4a7e9f08208a2058078842243cae1945e354f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Jan 2009 17:47:29 +0100 Subject: [PATCH] add shortcut for all articles feed --- help/3.php | 3 ++- tt-rss.js | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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; -- 2.39.5
g s
g a
g f
g s
g p
g t
g P