Add forward messages shortcut, remap open stickers

This commit is contained in:
Jamie Kyle
2023-04-05 18:04:41 -07:00
committed by GitHub
parent 5773c7bc9a
commit a7a058bb73
4 changed files with 37 additions and 2 deletions

View File

@@ -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();