mirror of
https://github.com/discourse/discourse.git
synced 2025-06-24 16:35:21 +08:00
UX: Add g, t keyboard shortcut to modal window for go to top
https://meta.discourse.org/t/add-shortcut-g-t-to-go-to-top-page/19586
This commit is contained in:
@ -9,6 +9,7 @@
|
|||||||
<li>{{{i18n keyboard_shortcuts_help.jump_to.unread}}}</li>
|
<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.starred}}}</li>
|
||||||
<li>{{{i18n keyboard_shortcuts_help.jump_to.categories}}}</li>
|
<li>{{{i18n keyboard_shortcuts_help.jump_to.categories}}}</li>
|
||||||
|
<li>{{{i18n keyboard_shortcuts_help.jump_to.top}}}</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>{{i18n keyboard_shortcuts_help.navigation.title}}</h4>
|
<h4>{{i18n keyboard_shortcuts_help.navigation.title}}</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -2064,6 +2064,7 @@ en:
|
|||||||
unread: '<b>g</b>, <b>u</b> Unread'
|
unread: '<b>g</b>, <b>u</b> Unread'
|
||||||
starred: '<b>g</b>, <b>f</b> Starred'
|
starred: '<b>g</b>, <b>f</b> Starred'
|
||||||
categories: '<b>g</b>, <b>c</b> Categories'
|
categories: '<b>g</b>, <b>c</b> Categories'
|
||||||
|
top: '<b>g</b>, <b>t</b> Top'
|
||||||
navigation:
|
navigation:
|
||||||
title: 'Navigation'
|
title: 'Navigation'
|
||||||
jump: '<b>#</b> Go to post number'
|
jump: '<b>#</b> Go to post number'
|
||||||
|
Reference in New Issue
Block a user