Send Reactions

This commit is contained in:
Ken Powers 2020-01-23 18:57:37 -05:00 committed by Scott Nonnenberg
parent 3b050116fc
commit 153503efc5
16 changed files with 683 additions and 41 deletions

View file

@ -22,6 +22,7 @@ type KeyType =
| 'A'
| 'C'
| 'D'
| 'E'
| 'F'
| 'J'
| 'L'
@ -130,6 +131,10 @@ const MESSAGE_SHORTCUTS: Array<ShortcutType> = [
description: 'Keyboard--toggle-reply',
keys: ['commandOrCtrl', 'shift', 'R'],
},
{
description: 'Keyboard--toggle-reaction-picker',
keys: ['commandOrCtrl', 'shift', 'E'],
},
{
description: 'Keyboard--save-attachment',
keys: ['commandOrCtrl', 'S'],