1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 15:21:28 +00:00

add shortcut for all articles feed

This commit is contained in:
Andrew Dolgov
2009-01-21 17:47:29 +01:00
parent 1098687a22
commit 49f4a7e9f0
2 changed files with 8 additions and 1 deletions

View File

@@ -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;