summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-21 17:47:29 +0100
committerAndrew Dolgov <[email protected]>2009-01-21 17:47:29 +0100
commit49f4a7e9f08208a2058078842243cae1945e354f (patch)
treebd04c97fdbbbbd8ad2f8f04d82799eea03b6bcaa /tt-rss.js
parent1098687a223eeb7cd1e7c5f1c3485d77ede83cff (diff)
add shortcut for all articles feed
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js6
1 files changed, 6 insertions, 0 deletions
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;