mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
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);
|
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) {
|
Mousetrap.bind('o', function(e) {
|
||||||
$scope.$apply(function() {
|
$scope.$apply(function() {
|
||||||
if ($scope.current) {
|
if ($scope.current) {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt>k, space</dt>
|
<dt>k</dt>
|
||||||
<dd>open next entry</dd>
|
<dd>open next entry</dd>
|
||||||
|
|
||||||
<dt>j, shift+space</dt>
|
<dt>j</dt>
|
||||||
<dd>open previous entry</dd>
|
<dd>open previous entry</dd>
|
||||||
|
|
||||||
<dt>o, enter</dt>
|
<dt>o, enter</dt>
|
||||||
|
|||||||
Reference in New Issue
Block a user