mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Merge pull request #847 from sometoby/missing-shortcut-help
Add missing shortcut help for 'r'
This commit is contained in:
@@ -1057,6 +1057,7 @@ module.controller('FeedListCtrl', [
|
||||
}
|
||||
};
|
||||
|
||||
// keyboard shortcuts
|
||||
Mousetrap.bind('j', function(e) {
|
||||
$scope.$apply(function() {
|
||||
$scope.navigationMode = 'keyboard';
|
||||
|
||||
Reference in New Issue
Block a user