mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:32:44 +08:00
add + to keyboard help key simul combos
This commit is contained in:
parent
3b945920d4
commit
4dd7610bb2
|
@ -2217,7 +2217,7 @@ en:
|
|||
back: '<b>u</b> Back'
|
||||
up_down: '<b>k</b>/<b>j</b> Move selection ↑ ↓'
|
||||
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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user