Merge pull request #2756 from cpradio/add-go-to-top-shortcut
UX: Add g, t keyboard shortcut to modal window for go to top
This commit is contained in:
commit
5001e826ff
|
@ -9,6 +9,7 @@
|
|||
<li>{{{i18n keyboard_shortcuts_help.jump_to.unread}}}</li>
|
||||
<li>{{{i18n keyboard_shortcuts_help.jump_to.starred}}}</li>
|
||||
<li>{{{i18n keyboard_shortcuts_help.jump_to.categories}}}</li>
|
||||
<li>{{{i18n keyboard_shortcuts_help.jump_to.top}}}</li>
|
||||
</ul>
|
||||
<h4>{{i18n keyboard_shortcuts_help.navigation.title}}</h4>
|
||||
<ul>
|
||||
|
|
|
@ -2079,6 +2079,7 @@ en:
|
|||
unread: '<b>g</b>, <b>u</b> Unread'
|
||||
starred: '<b>g</b>, <b>f</b> Starred'
|
||||
categories: '<b>g</b>, <b>c</b> Categories'
|
||||
top: '<b>g</b>, <b>t</b> Top'
|
||||
navigation:
|
||||
title: 'Navigation'
|
||||
jump: '<b>#</b> Go to post number'
|
||||
|
|
Loading…
Reference in New Issue