|
@@ -283,13 +283,13 @@ const defaultToolbarButtons = {
|
283
|
283
|
id: 'toolbar_button_fullScreen',
|
284
|
284
|
tooltipKey: 'toolbar.fullscreen',
|
285
|
285
|
className: "button icon-full-screen",
|
286
|
|
- shortcut: 'F',
|
|
286
|
+ shortcut: 'S',
|
287
|
287
|
shortcutAttr: 'toggleFullscreenPopover',
|
288
|
288
|
shortcutFunc: function() {
|
289
|
289
|
JitsiMeetJS.analytics.sendEvent('shortcut.fullscreen.toggled');
|
290
|
290
|
APP.UI.toggleFullScreen();
|
291
|
291
|
},
|
292
|
|
- shortcutDescription: "keyboardShortcuts.toggleChat",
|
|
292
|
+ shortcutDescription: "keyboardShortcuts.fullScreen",
|
293
|
293
|
content: "Enter / Exit Full Screen",
|
294
|
294
|
i18n: "[content]toolbar.fullscreen"
|
295
|
295
|
},
|