mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Adds keyboard shortcut for editing last message sent
This commit is contained in:
@@ -256,6 +256,11 @@ function getComposerShortcuts(
|
||||
description: i18n('icu:Keyboard--remove-draft-attachments'),
|
||||
keys: [['commandOrCtrl', 'shift', 'P']],
|
||||
},
|
||||
{
|
||||
id: 'Keyboard--edit-last-message',
|
||||
description: i18n('icu:Keyboard--edit-last-message'),
|
||||
keys: [['↑']],
|
||||
},
|
||||
];
|
||||
|
||||
if (isFormattingFlagEnabled) {
|
||||
|
||||
Reference in New Issue
Block a user