s hotkey stars/unstars selection

This commit is contained in:
Andrew Dolgov 2005-12-04 20:39:23 +01:00
parent 6aece85373
commit 3a95520247
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -34,7 +34,7 @@ Interface:
"a" hides or shows only unread feeds in the feedlist; "a" hides or shows only unread feeds in the feedlist;
"j" move to previous feed "j" move to previous feed
"k" move to next feed "k" move to next feed
"s" star/unstar selected article "s" star/unstar selected article(s)
Requirements: Requirements:

View File

@ -219,7 +219,7 @@ function localHotkeyHandler(keycode) {
// } // }
if (keycode == 83) { // s if (keycode == 83) { // s
if (active_post_id) toggleMark(active_post_id); selectionToggleMarked();
} }
// alert("KC: " + keycode); // alert("KC: " + keycode);