Merge pull request #847 from sometoby/missing-shortcut-help

Add missing shortcut help for 'r'
This commit is contained in:
Jérémie Panzer
2017-08-18 14:27:13 +02:00
committed by GitHub
4 changed files with 11 additions and 5 deletions

View File

@@ -1057,6 +1057,7 @@ module.controller('FeedListCtrl', [
}
};
// keyboard shortcuts
Mousetrap.bind('j', function(e) {
$scope.$apply(function() {
$scope.navigationMode = 'keyboard';