1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-25 20:07:10 +00:00

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;
"j" move to previous feed
"k" move to next feed
"s" star/unstar selected article
"s" star/unstar selected article(s)
Requirements:

View File

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