Add forward messages shortcut, remap open stickers
This commit is contained in:
parent
5773c7bc9a
commit
a7a058bb73
4 changed files with 37 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue