Add keyboard shortcut 'g r': Go to Recently read
This commit is contained in:
parent
6fbf349155
commit
4c72d3b4fc
|
@ -416,6 +416,9 @@ require(["dojo/_base/kernel",
|
||||||
dijit.byId("feedTree").collapseCat(Feeds.getActive());
|
dijit.byId("feedTree").collapseCat(Feeds.getActive());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
this.hotkey_actions["goto_read"] = function () {
|
||||||
|
Feeds.open({feed: -6});
|
||||||
|
};
|
||||||
this.hotkey_actions["goto_all"] = function () {
|
this.hotkey_actions["goto_all"] = function () {
|
||||||
Feeds.open({feed: -4});
|
Feeds.open({feed: -4});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue