Add keyboard shortcut 'g r': Go to Recently read

master
ltGuillaume 6 years ago
parent 6fbf349155
commit 4c72d3b4fc

@ -416,6 +416,9 @@ require(["dojo/_base/kernel",
dijit.byId("feedTree").collapseCat(Feeds.getActive());
}
};
this.hotkey_actions["goto_read"] = function () {
Feeds.open({feed: -6});
};
this.hotkey_actions["goto_all"] = function () {
Feeds.open({feed: -4});
};

Loading…
Cancel
Save