Send Reactions
This commit is contained in:
parent
3b050116fc
commit
153503efc5
16 changed files with 683 additions and 41 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue