forked from Archives/Athou_commafeed
bind shift space
This commit is contained in:
@@ -219,6 +219,12 @@ module.controller('FeedListCtrl', function($scope, $routeParams, $http, $route,
|
||||
openNextEntry(e);
|
||||
})
|
||||
});
|
||||
|
||||
Mousetrap.bind('shift+space', function(e) {
|
||||
$scope.$apply(function() {
|
||||
openPreviousEntry(e);
|
||||
})
|
||||
});
|
||||
Mousetrap.bind('k', function(e) {
|
||||
$scope.$apply(function() {
|
||||
openPreviousEntry(e);
|
||||
|
||||
Reference in New Issue
Block a user