aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
diff options
context:
space:
mode:
authorGravatar Ben Cohen <heliostatic@gmail.com>2019-05-26 14:02:52 -0400
committerGravatar fguillot <fred@miniflux.net>2019-05-26 20:02:52 +0200
commit04d85b3c63afcf6c9539fc8dc7a91c4e36c2e8fb (patch)
tree1f9c71823c3caf036a65805cf48b6d8b512d18de /template/html
parent5f487e8c791bcfd8e0dccf6133b3d3e989f75dcd (diff)
Flip behavior of j and k keyboard shortcuts
Diffstat (limited to 'template/html')
-rw-r--r--template/html/common/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/html/common/layout.html b/template/html/common/layout.html
index 695d177..5431e90 100644
--- a/template/html/common/layout.html
+++ b/template/html/common/layout.html
@@ -117,8 +117,8 @@
<p>{{ t "page.keyboard_shortcuts.subtitle.items" }}</p>
<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_previous_item" }} = <strong>p</strong>, <strong>k</strong>, <strong>◄</strong></li>
+ <li>{{ t "page.keyboard_shortcuts.go_to_next_item" }} = <strong>n</strong>, <strong>j</strong>, <strong>►</strong></li>
<li>{{ t "page.keyboard_shortcuts.go_to_feed" }} = <strong>g + f</strong></li>
</ul>