forked from Archives/Athou_commafeed
unbind space and shift+space until we do something smarter
This commit is contained in:
@@ -628,16 +628,6 @@ function($scope, $stateParams, $http, $route, $window, EntryService, SettingsSer
|
||||
openPreviousEntry(e);
|
||||
});
|
||||
});
|
||||
Mousetrap.bind('space', function(e) {
|
||||
$scope.$apply(function() {
|
||||
openNextEntry(e);
|
||||
});
|
||||
});
|
||||
Mousetrap.bind('shift+space', function(e) {
|
||||
$scope.$apply(function() {
|
||||
openPreviousEntry(e);
|
||||
});
|
||||
});
|
||||
Mousetrap.bind('o', function(e) {
|
||||
$scope.$apply(function() {
|
||||
if ($scope.current) {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<dl class="dl-horizontal">
|
||||
<dt>k, space</dt>
|
||||
<dt>k</dt>
|
||||
<dd>open next entry</dd>
|
||||
|
||||
<dt>j, shift+space</dt>
|
||||
<dt>j</dt>
|
||||
<dd>open previous entry</dd>
|
||||
|
||||
<dt>o, enter</dt>
|
||||
|
||||
Reference in New Issue
Block a user