add + to keyboard help key simul combos

This commit is contained in:
Jeff Atwood 2014-12-24 15:43:21 -08:00
parent 3b945920d4
commit 4dd7610bb2

View File

@ -2217,7 +2217,7 @@ en:
back: '<b>u</b> Back'
up_down: '<b>k</b>/<b>j</b> Move selection &uarr; &darr;'
open: '<b>o</b> or <b>Enter</b> Open selected topic'
next_prev: '<b>shift j</b>/<b>shift k</b> Next/previous section'
next_prev: '<b>shift</b>+<b>j</b>/<b>shift</b>+<b>k</b> Next/previous section'
application:
title: 'Application'
create: '<b>c</b> Create a new topic'
@ -2232,11 +2232,11 @@ en:
actions:
title: 'Actions'
star: '<b>f</b> Star topic'
pin_unpin_topic: '<b>shift p</b> Pin/Unpin topic'
share_topic: '<b>shift s</b> Share topic'
pin_unpin_topic: '<b>shift</b>+<b>p</b> Pin/Unpin topic'
share_topic: '<b>shift</b>+<b>s</b> Share topic'
share_post: '<b>s</b> Share post'
reply_as_new_topic: '<b>t</b> Reply as linked topic'
reply_topic: '<b>shift r</b> Reply to topic'
reply_topic: '<b>shift</b>+<b>r</b> Reply to topic'
reply_post: '<b>r</b> Reply to post'
quote_post: '<b>q</b> Quote post'
like: '<b>l</b> Like post'