diff --git a/src/main/app/i18n/ar.js b/src/main/app/i18n/ar.js index 343cc4fe..da476539 100644 --- a/src/main/app/i18n/ar.js +++ b/src/main/app/i18n/ar.js @@ -175,7 +175,8 @@ "font_size" : "increase/decrease font size of the current entry ", "go_to_all" : "go to the All 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" } } -} \ No newline at end of file +} diff --git a/src/main/app/i18n/en.js b/src/main/app/i18n/en.js index 55fa8a8f..cd4dafce 100644 --- a/src/main/app/i18n/en.js +++ b/src/main/app/i18n/en.js @@ -177,7 +177,8 @@ "font_size" : "increase/decrease font size of the current entry", "go_to_all" : "go to the All 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" } } -} \ No newline at end of file +} diff --git a/src/main/app/js/controllers.js b/src/main/app/js/controllers.js index c14e54d7..19c76ab3 100644 --- a/src/main/app/js/controllers.js +++ b/src/main/app/js/controllers.js @@ -1057,6 +1057,7 @@ module.controller('FeedListCtrl', [ } }; + // keyboard shortcuts Mousetrap.bind('j', function(e) { $scope.$apply(function() { $scope.navigationMode = 'keyboard'; diff --git a/src/main/app/templates/_shortcuts.html b/src/main/app/templates/_shortcuts.html index eaa88018..507fe891 100644 --- a/src/main/app/templates/_shortcuts.html +++ b/src/main/app/templates/_shortcuts.html @@ -1,4 +1,7 @@
+
r
+
{{ 'about.shortcuts.refresh' | translate }}
+
j
{{ 'about.shortcuts.open_next_entry' | translate }}
@@ -68,4 +71,4 @@
{{ 'about.shortcuts.feed_search' | translate }}
-
\ No newline at end of file +