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:
2
README
2
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:
|
||||
|
||||
|
||||
@@ -219,7 +219,7 @@ function localHotkeyHandler(keycode) {
|
||||
// }
|
||||
|
||||
if (keycode == 83) { // s
|
||||
if (active_post_id) toggleMark(active_post_id);
|
||||
selectionToggleMarked();
|
||||
}
|
||||
|
||||
// alert("KC: " + keycode);
|
||||
|
||||
Reference in New Issue
Block a user