Support for jump to profile

This commit is contained in:
Robin Ward 2015-08-31 14:40:52 -04:00
parent 585fc7a25c
commit 82ad3e0401
3 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,8 @@ const PATH_BINDINGS = {
'g u': '/unread',
'g c': '/categories',
'g t': '/top',
'g b': '/bookmarks'
'g b': '/bookmarks',
'g p': '/my/activity'
},
SELECTED_POST_BINDINGS = {

View File

@ -10,6 +10,7 @@
<li>{{{i18n 'keyboard_shortcuts_help.jump_to.categories'}}}</li>
<li>{{{i18n 'keyboard_shortcuts_help.jump_to.top'}}}</li>
<li>{{{i18n 'keyboard_shortcuts_help.jump_to.bookmarks'}}}</li>
<li>{{{i18n 'keyboard_shortcuts_help.jump_to.profile'}}}</li>
</ul>
<h4>{{i18n 'keyboard_shortcuts_help.navigation.title'}}</h4>
<ul>

View File

@ -2562,6 +2562,7 @@ en:
categories: '<b>g</b>, <b>c</b> Categories'
top: '<b>g</b>, <b>t</b> Top'
bookmarks: '<b>g</b>, <b>b</b> Bookmarks'
profile: '<b>g</b>, <b>p</b> Profile'
navigation:
title: 'Navigation'
jump: '<b>#</b> Go to post #'