Skip to content

Commit

Permalink
Support jumping to messages
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltrout committed Sep 2, 2015
1 parent 1fbc142 commit a76d107
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const PATH_BINDINGS = {
'g c': '/categories',
'g t': '/top',
'g b': '/bookmarks',
'g p': '/my/activity'
'g p': '/my/activity',
'g m': '/my/messages'
},

SELECTED_POST_BINDINGS = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<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>
<li>{{{i18n 'keyboard_shortcuts_help.jump_to.messages'}}}</li>
</ul>
<h4>{{i18n 'keyboard_shortcuts_help.navigation.title'}}</h4>
<ul>
Expand Down
1 change: 1 addition & 0 deletions config/locales/client.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2582,6 +2582,7 @@ en:
top: '<b>g</b>, <b>t</b> Top'
bookmarks: '<b>g</b>, <b>b</b> Bookmarks'
profile: '<b>g</b>, <b>p</b> Profile'
messages: '<b>g</b>, <b>m</b> Messages'
navigation:
title: 'Navigation'
jump: '<b>#</b> Go to post #'
Expand Down

0 comments on commit a76d107

Please sign in to comment.