bind shift space

This commit is contained in:
Athou
2013-03-29 09:35:54 +01:00
parent b5a80b4493
commit 06d3862fd0

View File

@@ -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);