mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 06:05:58 +00:00
Add missing hotkey handler
This commit is contained in:
committed by
Jeffrey Tolar
parent
bc3c887f4f
commit
3faad714e2
@@ -339,6 +339,9 @@ function init() {
|
|||||||
hotkey_actions["dismiss_selected"] = function() {
|
hotkey_actions["dismiss_selected"] = function() {
|
||||||
dismissSelectedArticles();
|
dismissSelectedArticles();
|
||||||
};
|
};
|
||||||
|
hotkey_actions["dismiss_read"] = function() {
|
||||||
|
dismissReadArticles();
|
||||||
|
};
|
||||||
hotkey_actions["open_in_new_window"] = function() {
|
hotkey_actions["open_in_new_window"] = function() {
|
||||||
if (getActiveArticleId()) {
|
if (getActiveArticleId()) {
|
||||||
openArticleInNewWindow(getActiveArticleId());
|
openArticleInNewWindow(getActiveArticleId());
|
||||||
|
|||||||
Reference in New Issue
Block a user