Calling: New option to expand your local preview
This commit is contained in:
parent
aab4021d37
commit
0eb697fa82
21 changed files with 400 additions and 97 deletions
|
@ -317,12 +317,17 @@ function getCallingShortcuts(i18n: LocalizerType): Array<ShortcutType> {
|
|||
keys: [['shift', 'V']],
|
||||
},
|
||||
{
|
||||
id: 'icu:Keyboard--accept-video-call',
|
||||
id: 'Keyboard--toggle-preview',
|
||||
description: i18n('icu:Keyboard--toggle-preview'),
|
||||
keys: [['shift', 'P']],
|
||||
},
|
||||
{
|
||||
id: 'Keyboard--accept-video-call',
|
||||
description: i18n('icu:Keyboard--accept-video-call'),
|
||||
keys: [['ctrlOrAlt', 'shift', 'V']],
|
||||
},
|
||||
{
|
||||
id: 'icu:Keyboard--accept-call-without-video',
|
||||
id: 'Keyboard--accept-call-without-video',
|
||||
description: i18n('icu:Keyboard--accept-call-without-video'),
|
||||
keys: [['ctrlOrAlt', 'shift', 'A']],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue