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

Add missing hotkey handler

This commit is contained in:
Jeffrey Tolar
2013-06-21 01:31:21 -05:00
committed by Jeffrey Tolar
parent bc3c887f4f
commit 3faad714e2

View File

@@ -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());