1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 01:09:15 +00:00

Merge pull request #230 from lotrfan/hotkey_fix

Add missing hotkey action
This commit is contained in:
Andrew Dolgov
2013-06-21 00:43:13 -07:00

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