mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Add keyboard shortcuts for LocalRecordingInfoDialog
Which key should we use? Using "L" for now.
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
"mute": "Mute or unmute your microphone",
|
||||
"fullScreen": "View or exit full screen",
|
||||
"videoMute": "Start or stop your camera",
|
||||
"showSpeakerStats": "Show speaker stats"
|
||||
"showSpeakerStats": "Show speaker stats",
|
||||
"localRecording": "Show or hide local recording controls"
|
||||
},
|
||||
"welcomepage":{
|
||||
"accessibilityLabel": {
|
||||
|
||||
@@ -268,6 +268,11 @@ class Toolbox extends Component<Props> {
|
||||
character: 'S',
|
||||
exec: this._onShortcutToggleFullScreen,
|
||||
helpDescription: 'keyboardShortcuts.fullScreen'
|
||||
},
|
||||
this._shouldShowButton('localrecording') && {
|
||||
character: 'L',
|
||||
exec: this._onToolbarToggleLocalRecordingInfoDialog,
|
||||
helpDescription: 'keyboardShortcuts.localRecording'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user