From ece115c22d0606a1e3936b0b8d3b693227429c52 Mon Sep 17 00:00:00 2001 From: Sayam Samal Date: Tue, 13 Feb 2024 15:29:25 +0530 Subject: [PATCH] hotkey: Reorder "Edit selected message or view source" in ? and /help. --- help/keyboard-shortcuts.md | 4 ++-- web/templates/keyboard_shortcuts.hbs | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/help/keyboard-shortcuts.md b/help/keyboard-shortcuts.md index 73439686e5..bda700b57a 100644 --- a/help/keyboard-shortcuts.md +++ b/help/keyboard-shortcuts.md @@ -146,6 +146,8 @@ in the Zulip app to add more to your repertoire as needed. ### For a selected message (outlined in blue) +* **Edit message or view message source**: E + * **Show message sender's user card**: U * **View read receipts**: Shift + V — Same shortcut @@ -153,8 +155,6 @@ in the Zulip app to add more to your repertoire as needed. * **View image**: V -* **Edit message or view message source**: E - * **Move message and (optionally) other messages in the same topic**: M * **View message edit and move history**: Shift + diff --git a/web/templates/keyboard_shortcuts.hbs b/web/templates/keyboard_shortcuts.hbs index 403a4f4c30..5e2ed2fb62 100644 --- a/web/templates/keyboard_shortcuts.hbs +++ b/web/templates/keyboard_shortcuts.hbs @@ -220,6 +220,10 @@ {{t 'Edit your last message' }} + + {{t 'Edit selected message or view source' }} + E + {{t "Show message sender's user card" }} U @@ -232,10 +236,6 @@ {{t 'Show images in thread' }} V - - {{t 'Edit selected message or view source' }} - E - {{t 'Move messages or topic' }} M