mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +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() {
|
||||
dismissSelectedArticles();
|
||||
};
|
||||
hotkey_actions["dismiss_read"] = function() {
|
||||
dismissReadArticles();
|
||||
};
|
||||
hotkey_actions["open_in_new_window"] = function() {
|
||||
if (getActiveArticleId()) {
|
||||
openArticleInNewWindow(getActiveArticleId());
|
||||
|
||||
Reference in New Issue
Block a user