mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
help: Tweak docs on keyboard shortcuts for composing messages.
- Adjust the order in keyboard shortucts help menu and help center. - Make minor wording improvements.
This commit is contained in:
@@ -118,18 +118,6 @@
|
||||
<th colspan="2">{{t 'Composing messages' }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tr>
|
||||
<td class="definition">{{t 'Reply to message' }}</td>
|
||||
<td><span class="hotkey"><kbd>Enter</kbd> or <kbd>R</kbd></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="definition">{{t 'Reply to author' }}</td>
|
||||
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>R</kbd></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="definition">{{t 'Quote and reply to message' }}</td>
|
||||
<td><span class="hotkey"><kbd>></kbd></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="definition">{{t 'New stream message' }}</td>
|
||||
<td><span class="hotkey"><kbd>C</kbd></span></td>
|
||||
@@ -139,7 +127,19 @@
|
||||
<td><span class="hotkey"><kbd>X</kbd></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="definition">{{t 'Compose a reply @-mentioning author' }}</td>
|
||||
<td class="definition">{{t 'Reply to message' }}</td>
|
||||
<td><span class="hotkey"><kbd>Enter</kbd> or <kbd>R</kbd></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="definition">{{t 'Quote and reply to message' }}</td>
|
||||
<td><span class="hotkey"><kbd>></kbd></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="definition">{{t 'Reply directly to sender' }}</td>
|
||||
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>R</kbd></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="definition">{{t 'Reply @-mentioning sender' }}</td>
|
||||
<td><span class="hotkey"><kbd>@</kbd></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user