aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common/layout.html
diff options
context:
space:
mode:
authorGravatar Carl Helmertz <carl.helmertz@elvaco.se>2018-10-14 16:28:24 +0200
committerGravatar fguillot <fred@miniflux.net>2018-10-21 11:53:17 -0700
commit8c65c78904225e92df045cac43700210936ca148 (patch)
treed98749eab3757161d9961bed5226e05e0eea1163 /template/html/common/layout.html
parent74c35ad000a09d689e501f5995a109708fb4ff00 (diff)
NavHandler: Make "g f" go to feed, or list of feeds
When you're reading an entry, you may want to go to the feed first, before quickly continuing to reading all of the feeds with another "g f".
Diffstat (limited to 'template/html/common/layout.html')
-rw-r--r--template/html/common/layout.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/html/common/layout.html b/template/html/common/layout.html
index cf49fa5..312c21f 100644
--- a/template/html/common/layout.html
+++ b/template/html/common/layout.html
@@ -117,6 +117,7 @@
<ul>
<li>{{ t "page.keyboard_shortcuts.go_to_previous_item" }} = <strong>p</strong>, <strong>j</strong>, <strong>◄</strong></li>
<li>{{ t "page.keyboard_shortcuts.go_to_next_item" }} = <strong>n</strong>, <strong>k</strong>, <strong>►</strong></li>
+ <li>{{ t "page.keyboard_shortcuts.go_to_feed" }} = <strong>g + f</strong></li>
</ul>
<p>{{ t "page.keyboard_shortcuts.subtitle.pages" }}</p>