mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Merge pull request #847 from sometoby/missing-shortcut-help
Add missing shortcut help for 'r'
This commit is contained in:
@@ -175,7 +175,8 @@
|
|||||||
"font_size" : "increase/decrease font size of the current entry ",
|
"font_size" : "increase/decrease font size of the current entry ",
|
||||||
"go_to_all" : "go to the All view ",
|
"go_to_all" : "go to the All view ",
|
||||||
"go_to_starred" : "go to the Starred view ",
|
"go_to_starred" : "go to the Starred view ",
|
||||||
"feed_search" : "navigate to a subscription by entering the subscription name"
|
"feed_search" : "navigate to a subscription by entering the subscription name",
|
||||||
|
"refresh": "refresh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -177,7 +177,8 @@
|
|||||||
"font_size" : "increase/decrease font size of the current entry",
|
"font_size" : "increase/decrease font size of the current entry",
|
||||||
"go_to_all" : "go to the All view",
|
"go_to_all" : "go to the All view",
|
||||||
"go_to_starred" : "go to the Starred view",
|
"go_to_starred" : "go to the Starred view",
|
||||||
"feed_search" : "navigate to a subscription by entering the subscription name"
|
"feed_search" : "navigate to a subscription by entering the subscription name",
|
||||||
|
"refresh": "refresh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1057,6 +1057,7 @@ module.controller('FeedListCtrl', [
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// keyboard shortcuts
|
||||||
Mousetrap.bind('j', function(e) {
|
Mousetrap.bind('j', function(e) {
|
||||||
$scope.$apply(function() {
|
$scope.$apply(function() {
|
||||||
$scope.navigationMode = 'keyboard';
|
$scope.navigationMode = 'keyboard';
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
|
<dt>r</dt>
|
||||||
|
<dd>{{ 'about.shortcuts.refresh' | translate }}</dd>
|
||||||
|
|
||||||
<dt>j</dt>
|
<dt>j</dt>
|
||||||
<dd>{{ 'about.shortcuts.open_next_entry' | translate }}</dd>
|
<dd>{{ 'about.shortcuts.open_next_entry' | translate }}</dd>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user