mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:47:38 +00:00
allow selecting multiple headlines/articles by ctrl-click; change click handling on CDM article content
This commit is contained in:
@@ -953,10 +953,11 @@ function hotkey_handler(e) {
|
||||
}
|
||||
|
||||
if (keycode == 68 && shift_key) { // shift-D
|
||||
if (isCdmMode()) {
|
||||
//cdmDismissArticle(active_post_id);
|
||||
cdmDismissSelectedArticles();
|
||||
}
|
||||
dismissSelectedArticles();
|
||||
}
|
||||
|
||||
if (keycode == 88 && shift_key) { // shift-X
|
||||
dismissReadArticles();
|
||||
}
|
||||
|
||||
if (keycode == 78 || keycode == 40) { // n, down
|
||||
|
||||
Reference in New Issue
Block a user