mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
bind shift space
This commit is contained in:
@@ -219,6 +219,12 @@ module.controller('FeedListCtrl', function($scope, $routeParams, $http, $route,
|
|||||||
openNextEntry(e);
|
openNextEntry(e);
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Mousetrap.bind('shift+space', function(e) {
|
||||||
|
$scope.$apply(function() {
|
||||||
|
openPreviousEntry(e);
|
||||||
|
})
|
||||||
|
});
|
||||||
Mousetrap.bind('k', function(e) {
|
Mousetrap.bind('k', function(e) {
|
||||||
$scope.$apply(function() {
|
$scope.$apply(function() {
|
||||||
openPreviousEntry(e);
|
openPreviousEntry(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user