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:
Alya Abbott
2023-05-28 18:36:58 -07:00
committed by Tim Abbott
parent db7a7d589c
commit c97deb6be2
2 changed files with 23 additions and 23 deletions

View File

@@ -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>