mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Calling: New option to expand your local preview
This commit is contained in:
@@ -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']],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user