aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-11-29 13:48:56 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2019-11-29 13:58:47 -0800
commit6291b598495732d0470bbfb2f26c7025d64e7880 (patch)
treeda7aeb2c44e9c7f00a842317882048a0254a6a43 /template/html
parenta96e966911dd6c57f8b4c4c7ace65a8a4b9d913c (diff)
Use V to open original link in current tab
- To avoid a breaking change, keep v to open the original link in new tab. - People who prefers to open the link in the current tab should use V.
Diffstat (limited to 'template/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 c128b20..7b77878 100644
--- a/template/html/common/layout.html
+++ b/template/html/common/layout.html
@@ -136,6 +136,7 @@
<ul>
<li>{{ t "page.keyboard_shortcuts.open_item" }} = <strong>o</strong></li>
<li>{{ t "page.keyboard_shortcuts.open_original" }} = <strong>v</strong></li>
+ <li>{{ t "page.keyboard_shortcuts.open_original_same_window" }} = <strong>V</strong></li>
<li>{{ t "page.keyboard_shortcuts.toggle_read_status" }} = <strong>m</strong></li>
<li>{{ t "page.keyboard_shortcuts.mark_page_as_read" }} = <strong>A</strong></li>
<li>{{ t "page.keyboard_shortcuts.download_content" }} = <strong>d</strong></li>