1
0
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:
Andrew Dolgov
2010-11-11 13:37:03 +03:00
parent 73d1378f62
commit 1ede58149d
4 changed files with 105 additions and 29 deletions

View File

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