mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:35:55 +00:00
Add keyboard shortcut 'g r': Go to Recently read
This commit is contained in:
@@ -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});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user