s hotkey stars/unstars selection

master
Andrew Dolgov 19 years ago
parent 6aece85373
commit 3a95520247

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

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

Loading…
Cancel
Save