Visual bug fixes for v1.29
This commit is contained in:
parent
1a3c41fc46
commit
0876bf7ae7
14 changed files with 124 additions and 34 deletions
|
@ -21,8 +21,8 @@ type KeyType =
|
|||
| 'A'
|
||||
| 'C'
|
||||
| 'D'
|
||||
| 'E'
|
||||
| 'F'
|
||||
| 'J'
|
||||
| 'L'
|
||||
| 'M'
|
||||
| 'P'
|
||||
|
@ -84,7 +84,7 @@ const NAVIGATION_SHORTCUTS: Array<ShortcutType> = [
|
|||
},
|
||||
{
|
||||
description: 'Keyboard--open-emoji-chooser',
|
||||
keys: ['commandOrCtrl', 'shift', 'E'],
|
||||
keys: ['commandOrCtrl', 'shift', 'J'],
|
||||
},
|
||||
{
|
||||
description: 'Keyboard--open-sticker-chooser',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue