mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
hotkey: Reorder "Edit selected message or view source" in ? and /help.
This commit is contained in:
@@ -146,6 +146,8 @@ in the Zulip app to add more to your repertoire as needed.
|
|||||||
|
|
||||||
### For a selected message (outlined in blue)
|
### For a selected message (outlined in blue)
|
||||||
|
|
||||||
|
* **Edit message or view message source**: <kbd>E</kbd>
|
||||||
|
|
||||||
* **Show message sender's user card**: <kbd>U</kbd>
|
* **Show message sender's user card**: <kbd>U</kbd>
|
||||||
|
|
||||||
* **View read receipts**: <kbd>Shift</kbd> + <kbd>V</kbd> — Same shortcut
|
* **View read receipts**: <kbd>Shift</kbd> + <kbd>V</kbd> — Same shortcut
|
||||||
@@ -153,8 +155,6 @@ in the Zulip app to add more to your repertoire as needed.
|
|||||||
|
|
||||||
* **View image**: <kbd>V</kbd>
|
* **View image**: <kbd>V</kbd>
|
||||||
|
|
||||||
* **Edit message or view message source**: <kbd>E</kbd>
|
|
||||||
|
|
||||||
* **Move message and (optionally) other messages in the same topic**: <kbd>M</kbd>
|
* **Move message and (optionally) other messages in the same topic**: <kbd>M</kbd>
|
||||||
|
|
||||||
* **View message edit and move history**: <kbd>Shift</kbd> +
|
* **View message edit and move history**: <kbd>Shift</kbd> +
|
||||||
|
@@ -220,6 +220,10 @@
|
|||||||
<td class="definition">{{t 'Edit your last message' }}</td>
|
<td class="definition">{{t 'Edit your last message' }}</td>
|
||||||
<td><span class="hotkey"><kbd class="arrow-key">←</kbd></span></td>
|
<td><span class="hotkey"><kbd class="arrow-key">←</kbd></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr id="edit-message-hotkey-help">
|
||||||
|
<td class="definition">{{t 'Edit selected message or view source' }}</td>
|
||||||
|
<td><span class="hotkey"><kbd>E</kbd></span></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="definition">{{t "Show message sender's user card" }}</td>
|
<td class="definition">{{t "Show message sender's user card" }}</td>
|
||||||
<td><span class="hotkey"><kbd>U</kbd></span></td>
|
<td><span class="hotkey"><kbd>U</kbd></span></td>
|
||||||
@@ -232,10 +236,6 @@
|
|||||||
<td class="definition">{{t 'Show images in thread' }}</td>
|
<td class="definition">{{t 'Show images in thread' }}</td>
|
||||||
<td><span class="hotkey"><kbd>V</kbd></span></td>
|
<td><span class="hotkey"><kbd>V</kbd></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="edit-message-hotkey-help">
|
|
||||||
<td class="definition">{{t 'Edit selected message or view source' }}</td>
|
|
||||||
<td><span class="hotkey"><kbd>E</kbd></span></td>
|
|
||||||
</tr>
|
|
||||||
<tr id="move-message-hotkey-help">
|
<tr id="move-message-hotkey-help">
|
||||||
<td class="definition">{{t 'Move messages or topic' }}</td>
|
<td class="definition">{{t 'Move messages or topic' }}</td>
|
||||||
<td><span class="hotkey"><kbd>M</kbd></span></td>
|
<td><span class="hotkey"><kbd>M</kbd></span></td>
|
||||||
|
Reference in New Issue
Block a user