1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:35:55 +00:00

e shortcut: properly handle article selection

This commit is contained in:
Andrew Dolgov
2012-09-10 01:34:28 +04:00
parent 18cf1358e0
commit 8cdc185ba4

View File

@@ -690,8 +690,7 @@ function hotkey_handler(e) {
}
if (keycode == 69) { // e
var id = getActiveArticleId();
emailArticle(id);
emailArticle();
}
if ((keycode == 191 || keychar == '?') && shift_key) { // ?