mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 08:58:19 +01:00
Add forward messages shortcut, remap open stickers
This commit is contained in:
@@ -201,7 +201,7 @@ export const StickerButton = React.memo(function StickerButtonInner({
|
||||
return;
|
||||
}
|
||||
|
||||
if (commandOrCtrl && shiftKey && (key === 's' || key === 'S')) {
|
||||
if (commandOrCtrl && shiftKey && (key === 'g' || key === 'G')) {
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user