]> git.wh0rd.org Git - tt-rss.git/commitdiff
s hotkey stars/unstars selection
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 4 Dec 2005 19:39:23 +0000 (20:39 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 4 Dec 2005 19:39:23 +0000 (20:39 +0100)
README
viewfeed.js

diff --git a/README b/README
index d3a2c00c17a31cf2c2b9e7bdcbf5e931e1e9634f..cc3fa3b677829a7390e226e7df2e7ed74daea074 100644 (file)
--- 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:
        
index 775b40f13522ed2b54809f2a396b38ca1b6a5a1c..68555bde09d767dcf81be5350eb259b53fff9037 100644 (file)
@@ -219,7 +219,7 @@ function localHotkeyHandler(keycode) {
 //     }
 
        if (keycode == 83) { // s
-               if (active_post_id) toggleMark(active_post_id);
+               selectionToggleMarked();
        }
        
 //     alert("KC: " + keycode);