From: Andrew Dolgov Date: Sun, 4 Dec 2005 19:39:23 +0000 (+0100) Subject: s hotkey stars/unstars selection X-Git-Tag: 1.1~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3a9552024760b8ecb92f6f8100873aa0f084afb9;p=tt-rss.git s hotkey stars/unstars selection --- diff --git a/README b/README index d3a2c00c..cc3fa3b6 100644 --- a/README +++ b/README @@ -34,7 +34,7 @@ Interface: "a" hides or shows only unread feeds in the feedlist; "j" move to previous feed "k" move to next feed - "s" star/unstar selected article + "s" star/unstar selected article(s) Requirements: diff --git a/viewfeed.js b/viewfeed.js index 775b40f1..68555bde 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -219,7 +219,7 @@ function localHotkeyHandler(keycode) { // } if (keycode == 83) { // s - if (active_post_id) toggleMark(active_post_id); + selectionToggleMarked(); } // alert("KC: " + keycode);