Merge pull request #230 from lotrfan/hotkey_fix
Add missing hotkey action
This commit is contained in:
commit
638abcecea
1 changed files with 3 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue