Document Composer:Escape to cancel a reply
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
acc41585ab
commit
167f953ac7
2 changed files with 6 additions and 0 deletions
|
@ -118,6 +118,11 @@ const shortcuts: Record<Categories, IShortcut[]> = {
|
||||||
key: Key.ARROW_DOWN,
|
key: Key.ARROW_DOWN,
|
||||||
}],
|
}],
|
||||||
description: _td("Navigate composer history"),
|
description: _td("Navigate composer history"),
|
||||||
|
}, {
|
||||||
|
keybinds: [{
|
||||||
|
key: Key.ESCAPE,
|
||||||
|
}],
|
||||||
|
description: _td("Cancel replying to a message"),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
@ -2216,6 +2216,7 @@
|
||||||
"Navigate recent messages to edit": "Navigate recent messages to edit",
|
"Navigate recent messages to edit": "Navigate recent messages to edit",
|
||||||
"Jump to start/end of the composer": "Jump to start/end of the composer",
|
"Jump to start/end of the composer": "Jump to start/end of the composer",
|
||||||
"Navigate composer history": "Navigate composer history",
|
"Navigate composer history": "Navigate composer history",
|
||||||
|
"Cancel replying to a message": "Cancel replying to a message",
|
||||||
"Toggle microphone mute": "Toggle microphone mute",
|
"Toggle microphone mute": "Toggle microphone mute",
|
||||||
"Toggle video on/off": "Toggle video on/off",
|
"Toggle video on/off": "Toggle video on/off",
|
||||||
"Jump to room search": "Jump to room search",
|
"Jump to room search": "Jump to room search",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue