2018-11-01 02:51:56 +08:00
|
|
|
import React from 'react';
|
|
|
|
import PropTypes from 'prop-types';
|
2020-05-26 04:00:13 +08:00
|
|
|
import { defineMessages, injectIntl } from 'react-intl';
|
2021-04-01 19:14:24 +08:00
|
|
|
import browserInfo from '/imports/utils/browserInfo';
|
|
|
|
import deviceInfo from '/imports/utils/deviceInfo';
|
2022-02-15 23:54:55 +08:00
|
|
|
import Modal from '/imports/ui/components/common/modal/simple/component';
|
2018-05-01 03:18:29 +08:00
|
|
|
import _ from 'lodash';
|
2021-10-27 03:03:38 +08:00
|
|
|
import Styled from './styles';
|
2022-08-02 06:41:48 +08:00
|
|
|
import StyledSettings from '../settings/styles';
|
2018-11-01 02:51:56 +08:00
|
|
|
import withShortcutHelper from './service';
|
2022-03-09 22:19:25 +08:00
|
|
|
import { isChatEnabled } from '/imports/ui/services/features';
|
2018-05-01 03:18:29 +08:00
|
|
|
|
|
|
|
const intlMessages = defineMessages({
|
|
|
|
title: {
|
|
|
|
id: 'app.shortcut-help.title',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'modal title label',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
|
|
|
closeLabel: {
|
|
|
|
id: 'app.shortcut-help.closeLabel',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'label for close button',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
|
|
|
closeDesc: {
|
|
|
|
id: 'app.shortcut-help.closeDesc',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'description for close button',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
2018-05-03 10:20:38 +08:00
|
|
|
accessKeyNotAvailable: {
|
|
|
|
id: 'app.shortcut-help.accessKeyNotAvailable',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'message shown in place of access key table if not supported',
|
2018-05-03 10:20:38 +08:00
|
|
|
},
|
|
|
|
comboLabel: {
|
|
|
|
id: 'app.shortcut-help.comboLabel',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'heading for key combo column',
|
2018-05-03 10:20:38 +08:00
|
|
|
},
|
|
|
|
functionLabel: {
|
|
|
|
id: 'app.shortcut-help.functionLabel',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'heading for shortcut function column',
|
2018-05-03 10:20:38 +08:00
|
|
|
},
|
2020-05-20 21:47:04 +08:00
|
|
|
openoptions: {
|
2018-05-01 03:18:29 +08:00
|
|
|
id: 'app.shortcut-help.openOptions',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'describes the open options shortcut',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
2020-05-20 21:47:04 +08:00
|
|
|
toggleuserlist: {
|
2018-05-01 03:18:29 +08:00
|
|
|
id: 'app.shortcut-help.toggleUserList',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'describes the toggle userlist shortcut',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
2020-05-20 21:47:04 +08:00
|
|
|
togglemute: {
|
2018-05-01 03:18:29 +08:00
|
|
|
id: 'app.shortcut-help.toggleMute',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'describes the toggle mute shortcut',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
2020-05-20 21:47:04 +08:00
|
|
|
togglepublicchat: {
|
2018-05-01 03:18:29 +08:00
|
|
|
id: 'app.shortcut-help.togglePublicChat',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'describes the toggle public chat shortcut',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
2020-05-20 21:47:04 +08:00
|
|
|
hideprivatechat: {
|
2018-05-01 03:18:29 +08:00
|
|
|
id: 'app.shortcut-help.hidePrivateChat',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'describes the hide public chat shortcut',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
2020-05-20 21:47:04 +08:00
|
|
|
closeprivatechat: {
|
2018-05-01 03:18:29 +08:00
|
|
|
id: 'app.shortcut-help.closePrivateChat',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'describes the close private chat shortcut',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
2020-05-20 21:47:04 +08:00
|
|
|
openactions: {
|
2018-05-01 03:18:29 +08:00
|
|
|
id: 'app.shortcut-help.openActions',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'describes the open actions shortcut',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
2020-12-27 08:55:32 +08:00
|
|
|
opendebugwindow: {
|
|
|
|
id: 'app.shortcut-help.openDebugWindow',
|
|
|
|
description: 'describes the open debug window shortcut',
|
|
|
|
},
|
2020-05-20 21:47:04 +08:00
|
|
|
openstatus: {
|
2018-05-01 03:18:29 +08:00
|
|
|
id: 'app.shortcut-help.openStatus',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'describes the open status shortcut',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
2020-05-20 21:47:04 +08:00
|
|
|
joinaudio: {
|
2018-05-01 03:18:29 +08:00
|
|
|
id: 'app.audio.joinAudio',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'describes the join audio shortcut',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
2020-05-20 21:47:04 +08:00
|
|
|
leaveaudio: {
|
2018-05-01 03:18:29 +08:00
|
|
|
id: 'app.audio.leaveAudio',
|
2018-05-03 11:33:28 +08:00
|
|
|
description: 'describes the leave audio shortcut',
|
2018-05-01 03:18:29 +08:00
|
|
|
},
|
2021-03-22 07:47:15 +08:00
|
|
|
raisehand: {
|
|
|
|
id: 'app.shortcut-help.raiseHand',
|
|
|
|
description: 'describes the toggle raise hand shortcut',
|
|
|
|
},
|
2019-04-12 08:08:14 +08:00
|
|
|
togglePan: {
|
|
|
|
id: 'app.shortcut-help.togglePan',
|
|
|
|
description: 'describes the toggle pan shortcut',
|
|
|
|
},
|
2020-10-08 07:06:42 +08:00
|
|
|
toggleFullscreen: {
|
|
|
|
id: 'app.shortcut-help.toggleFullscreen',
|
|
|
|
description: 'describes the toggle full-screen shortcut',
|
|
|
|
},
|
2019-04-13 11:48:21 +08:00
|
|
|
nextSlideDesc: {
|
|
|
|
id: 'app.shortcut-help.nextSlideDesc',
|
|
|
|
description: 'describes the next slide shortcut',
|
|
|
|
},
|
|
|
|
previousSlideDesc: {
|
|
|
|
id: 'app.shortcut-help.previousSlideDesc',
|
|
|
|
description: 'describes the previous slide shortcut',
|
|
|
|
},
|
2022-04-13 00:49:10 +08:00
|
|
|
togglePanKey: {
|
|
|
|
id: 'app.shortcut-help.togglePanKey',
|
|
|
|
description: 'describes the toggle pan shortcut key',
|
|
|
|
},
|
|
|
|
toggleFullscreenKey: {
|
|
|
|
id: 'app.shortcut-help.toggleFullscreenKey',
|
|
|
|
description: 'describes the toggle full-screen shortcut key',
|
|
|
|
},
|
|
|
|
nextSlideKey: {
|
|
|
|
id: 'app.shortcut-help.nextSlideKey',
|
|
|
|
description: 'describes the next slide shortcut key',
|
|
|
|
},
|
|
|
|
previousSlideKey: {
|
|
|
|
id: 'app.shortcut-help.previousSlideKey',
|
|
|
|
description: 'describes the previous slide shortcut key',
|
|
|
|
},
|
2022-08-02 06:41:48 +08:00
|
|
|
select: {
|
|
|
|
id: 'app.shortcut-help.select',
|
|
|
|
description: 'describes the selection tool shortcut key',
|
|
|
|
},
|
|
|
|
pencil: {
|
|
|
|
id: 'app.shortcut-help.pencil',
|
|
|
|
description: 'describes the pencil tool shortcut key',
|
|
|
|
},
|
|
|
|
eraser: {
|
|
|
|
id: 'app.shortcut-help.eraser',
|
|
|
|
description: 'describes the eraser tool shortcut key',
|
|
|
|
},
|
|
|
|
rectangle: {
|
|
|
|
id: 'app.shortcut-help.rectangle',
|
|
|
|
description: 'describes the rectangle shape tool shortcut key',
|
|
|
|
},
|
|
|
|
elipse: {
|
|
|
|
id: 'app.shortcut-help.elipse',
|
|
|
|
description: 'describes the elipse shape tool shortcut key',
|
|
|
|
},
|
|
|
|
triangle: {
|
|
|
|
id: 'app.shortcut-help.triangle',
|
|
|
|
description: 'describes the triangle shape tool shortcut key',
|
|
|
|
},
|
|
|
|
line: {
|
|
|
|
id: 'app.shortcut-help.line',
|
|
|
|
description: 'describes the line shape tool shortcut key',
|
|
|
|
},
|
|
|
|
arrow: {
|
|
|
|
id: 'app.shortcut-help.arrow',
|
|
|
|
description: 'describes the arrow shape tool shortcut key',
|
|
|
|
},
|
|
|
|
text: {
|
|
|
|
id: 'app.shortcut-help.text',
|
|
|
|
description: 'describes the text tool shortcut key',
|
|
|
|
},
|
|
|
|
note: {
|
|
|
|
id: 'app.shortcut-help.note',
|
|
|
|
description: 'describes the sticky note shortcut key',
|
|
|
|
},
|
2022-08-02 19:43:29 +08:00
|
|
|
general: {
|
|
|
|
id: 'app.shortcut-help.general',
|
|
|
|
description: 'general tab heading',
|
|
|
|
},
|
|
|
|
presentation: {
|
|
|
|
id: 'app.shortcut-help.presentation',
|
|
|
|
description: 'presentation tab heading',
|
|
|
|
},
|
|
|
|
whiteboard: {
|
|
|
|
id: 'app.shortcut-help.whiteboard',
|
|
|
|
description: 'whiteboard tab heading',
|
2022-08-09 19:45:46 +08:00
|
|
|
},
|
|
|
|
zoomIn: {
|
|
|
|
id: 'app.shortcut-help.zoomIn',
|
|
|
|
description: 'describes the zoom in shortcut key',
|
|
|
|
},
|
|
|
|
zoomOut: {
|
|
|
|
id: 'app.shortcut-help.zoomOut',
|
|
|
|
description: 'describes the zoom out shortcut key',
|
|
|
|
},
|
|
|
|
zoomFit: {
|
|
|
|
id: 'app.shortcut-help.zoomFit',
|
|
|
|
description: 'describes the zoom to fit shortcut key',
|
|
|
|
},
|
|
|
|
zoomSelect: {
|
|
|
|
id: 'app.shortcut-help.zoomSelect',
|
|
|
|
description: 'describes the zoom to selection shortcut key',
|
|
|
|
},
|
|
|
|
flipH: {
|
|
|
|
id: 'app.shortcut-help.flipH',
|
|
|
|
description: 'describes the flip horozontally shortcut key',
|
|
|
|
},
|
|
|
|
flipV: {
|
|
|
|
id: 'app.shortcut-help.flipV',
|
|
|
|
description: 'describes the flip vertically shortcut key',
|
|
|
|
},
|
|
|
|
lock: {
|
|
|
|
id: 'app.shortcut-help.lock',
|
|
|
|
description: 'describes the lock / unlock shape shortcut key',
|
|
|
|
},
|
|
|
|
moveToFront: {
|
|
|
|
id: 'app.shortcut-help.moveToFront',
|
|
|
|
description: 'describes the move to front shortcut key',
|
|
|
|
},
|
|
|
|
moveToBack: {
|
|
|
|
id: 'app.shortcut-help.moveToBack',
|
|
|
|
description: 'describes the move to back shortcut key',
|
|
|
|
},
|
|
|
|
moveForward: {
|
|
|
|
id: 'app.shortcut-help.moveForward',
|
|
|
|
description: 'describes the move forward shortcut key',
|
|
|
|
},
|
|
|
|
moveBackward: {
|
|
|
|
id: 'app.shortcut-help.moveBackward',
|
|
|
|
description: 'describes the move backward shortcut key',
|
|
|
|
},
|
|
|
|
undo: {
|
|
|
|
id: 'app.shortcut-help.undo',
|
|
|
|
description: 'describes the undo shortcut key',
|
|
|
|
},
|
|
|
|
redo: {
|
|
|
|
id: 'app.shortcut-help.redo',
|
|
|
|
description: 'describes the redo shortcut key',
|
|
|
|
},
|
|
|
|
cut: {
|
|
|
|
id: 'app.shortcut-help.cut',
|
|
|
|
description: 'describes the cut shortcut key',
|
|
|
|
},
|
|
|
|
copy: {
|
|
|
|
id: 'app.shortcut-help.copy',
|
|
|
|
description: 'describes the cut shortcut key',
|
|
|
|
},
|
|
|
|
paste: {
|
|
|
|
id: 'app.shortcut-help.paste',
|
|
|
|
description: 'describes the paste shortcut key',
|
|
|
|
},
|
|
|
|
selectAll: {
|
|
|
|
id: 'app.shortcut-help.selectAll',
|
|
|
|
description: 'describes the select all shortcut key',
|
|
|
|
},
|
|
|
|
delete: {
|
|
|
|
id: 'app.shortcut-help.delete',
|
|
|
|
description: 'describes the delete shortcut key',
|
|
|
|
},
|
|
|
|
duplicate: {
|
|
|
|
id: 'app.shortcut-help.duplicate',
|
|
|
|
description: 'describes the duplicate shortcut key',
|
2022-08-02 19:43:29 +08:00
|
|
|
}
|
2018-05-01 03:18:29 +08:00
|
|
|
});
|
|
|
|
|
2022-08-09 19:45:46 +08:00
|
|
|
|
2022-08-02 06:41:48 +08:00
|
|
|
const renderItem = (func, key) => {
|
|
|
|
return (
|
|
|
|
<tr key={_.uniqueId('hotkey-item-')}>
|
|
|
|
<Styled.DescCell>{func}</Styled.DescCell>
|
|
|
|
<Styled.KeyCell>{key}</Styled.KeyCell>
|
|
|
|
</tr>
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
2018-11-01 02:51:56 +08:00
|
|
|
const ShortcutHelpComponent = (props) => {
|
|
|
|
const { intl, shortcuts } = props;
|
2021-04-01 19:14:24 +08:00
|
|
|
const { browserName } = browserInfo;
|
|
|
|
const { isIos, isMacos } = deviceInfo;
|
2022-08-02 06:41:48 +08:00
|
|
|
const [ selectedTab, setSelectedTab] = React.useState(0);
|
2018-05-02 08:02:45 +08:00
|
|
|
|
2018-11-01 02:51:56 +08:00
|
|
|
let accessMod = null;
|
2018-05-01 03:18:29 +08:00
|
|
|
|
2020-04-14 23:20:48 +08:00
|
|
|
// different browsers use different access modifier keys
|
|
|
|
// on different systems when using accessKey property.
|
|
|
|
// Overview how different browsers behave: https://www.w3schools.com/jsref/prop_html_accesskey.asp
|
2021-04-01 19:14:24 +08:00
|
|
|
switch (browserName) {
|
|
|
|
case 'Chrome':
|
|
|
|
case 'Microsoft Edge':
|
2018-11-01 02:51:56 +08:00
|
|
|
accessMod = 'Alt';
|
|
|
|
break;
|
2021-04-01 19:14:24 +08:00
|
|
|
case 'Firefox':
|
2018-11-01 02:51:56 +08:00
|
|
|
accessMod = 'Alt + Shift';
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
2018-05-03 02:55:46 +08:00
|
|
|
|
2021-04-01 19:14:24 +08:00
|
|
|
// all Browsers on iOS are using Control + Alt as access modifier
|
|
|
|
if (isIos) {
|
|
|
|
accessMod = 'Control + Alt';
|
|
|
|
}
|
2020-04-14 23:20:48 +08:00
|
|
|
// all Browsers on MacOS are using Control + Option as access modifier
|
2021-04-01 19:14:24 +08:00
|
|
|
if (isMacos) {
|
2020-04-14 23:20:48 +08:00
|
|
|
accessMod = 'Control + Option';
|
|
|
|
}
|
|
|
|
|
2022-08-02 06:41:48 +08:00
|
|
|
const generalShortcutItems = shortcuts.map((shortcut) => {
|
2022-03-09 22:19:25 +08:00
|
|
|
if (!isChatEnabled() && shortcut.descId.indexOf('Chat') !== -1) return null;
|
2022-08-02 06:41:48 +08:00
|
|
|
return renderItem(
|
|
|
|
`${intl.formatMessage(intlMessages[`${shortcut.descId.toLowerCase()}`])}`,
|
|
|
|
`${accessMod} + ${shortcut.accesskey}`
|
2019-07-18 05:00:33 +08:00
|
|
|
);
|
|
|
|
});
|
2019-04-12 08:08:14 +08:00
|
|
|
|
2022-08-02 06:41:48 +08:00
|
|
|
const shortcutItems = [];
|
|
|
|
shortcutItems.push(renderItem(intl.formatMessage(intlMessages.togglePan), intl.formatMessage(intlMessages.togglePanKey)));
|
|
|
|
shortcutItems.push(renderItem(intl.formatMessage(intlMessages.toggleFullscreen), intl.formatMessage(intlMessages.toggleFullscreenKey)));
|
|
|
|
shortcutItems.push(renderItem(intl.formatMessage(intlMessages.nextSlideDesc), intl.formatMessage(intlMessages.nextSlideKey)));
|
|
|
|
shortcutItems.push(renderItem(intl.formatMessage(intlMessages.previousSlideDesc), intl.formatMessage(intlMessages.previousSlideKey)));
|
2019-04-13 11:48:21 +08:00
|
|
|
|
2022-08-02 06:41:48 +08:00
|
|
|
const whiteboardShortcutItems = [];
|
2022-08-09 19:45:46 +08:00
|
|
|
//tools
|
2022-08-02 06:41:48 +08:00
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.select), '1'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.pencil), '2'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.eraser), '3'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.rectangle), '4'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.elipse), '5'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.triangle), '6'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.line), '7'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.arrow), '8'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.text), '9'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.note), '0'));
|
2022-08-09 19:45:46 +08:00
|
|
|
//views
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.zoomIn), 'Ctrl +'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.zoomOut), 'Ctrl -'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.zoomFit), '↑ + 1'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.zoomSelect), '↑ + 2'));
|
|
|
|
//transform
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.flipH), '↑ + H'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.flipV), '↑ + V'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.lock), 'Ctrl ↑ L'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.moveToFront), '↑ ]'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.moveForward), ']'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.moveBackward), '['));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.moveToBack), '↑ ['));
|
|
|
|
//edit
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.undo), 'Ctrl Z'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.redo), 'Ctrl ↑ Z'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.cut), 'Ctrl X'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.copy), 'Ctrl C'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.paste), 'Ctrl V'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.selectAll), 'Ctrl A'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.delete), 'Del'));
|
|
|
|
whiteboardShortcutItems.push(renderItem(intl.formatMessage(intlMessages.duplicate), 'Ctrl D'));
|
2019-04-13 11:48:21 +08:00
|
|
|
|
2018-11-01 02:51:56 +08:00
|
|
|
return (
|
|
|
|
<Modal
|
|
|
|
title={intl.formatMessage(intlMessages.title)}
|
|
|
|
dismiss={{
|
|
|
|
label: intl.formatMessage(intlMessages.closeLabel),
|
|
|
|
description: intl.formatMessage(intlMessages.closeDesc),
|
|
|
|
}}
|
|
|
|
>
|
2022-08-02 06:41:48 +08:00
|
|
|
<Styled.SettingsTabs
|
|
|
|
onSelect={(tab) => setSelectedTab(tab)}
|
|
|
|
selectedIndex={selectedTab}
|
|
|
|
role="presentation"
|
|
|
|
>
|
|
|
|
<StyledSettings.SettingsTabList>
|
|
|
|
<StyledSettings.SettingsTabSelector selectedClassName="is-selected">
|
|
|
|
<StyledSettings.SettingsIcon iconName="application" />
|
2022-08-02 19:43:29 +08:00
|
|
|
<span id="appicationTab">{intl.formatMessage(intlMessages.general)}</span>
|
2022-08-02 06:41:48 +08:00
|
|
|
</StyledSettings.SettingsTabSelector>
|
|
|
|
|
|
|
|
<StyledSettings.SettingsTabSelector selectedClassName="is-selected">
|
2022-08-02 23:33:33 +08:00
|
|
|
<StyledSettings.SettingsIcon iconName="presentation" />
|
2022-08-02 19:43:29 +08:00
|
|
|
<span id="presentationTab">{intl.formatMessage(intlMessages.presentation)}</span>
|
2022-08-02 06:41:48 +08:00
|
|
|
</StyledSettings.SettingsTabSelector>
|
|
|
|
|
|
|
|
<StyledSettings.SettingsTabSelector selectedClassName="is-selected">
|
2022-08-02 23:33:33 +08:00
|
|
|
<StyledSettings.SettingsIcon iconName="whiteboard" />
|
2022-08-02 19:43:29 +08:00
|
|
|
<span id="whiteboardTab">{intl.formatMessage(intlMessages.whiteboard)}</span>
|
2022-08-02 06:41:48 +08:00
|
|
|
</StyledSettings.SettingsTabSelector>
|
|
|
|
</StyledSettings.SettingsTabList>
|
|
|
|
|
2022-10-19 03:25:23 +08:00
|
|
|
<Styled.TabPanel selectedClassName="is-selected">
|
2022-08-02 06:41:48 +08:00
|
|
|
{!accessMod ? <p>{intl.formatMessage(intlMessages.accessKeyNotAvailable)}</p>
|
|
|
|
: (
|
2022-10-19 02:39:28 +08:00
|
|
|
<Styled.TableWrapper>
|
2022-08-02 06:41:48 +08:00
|
|
|
<Styled.ShortcutTable>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th>{intl.formatMessage(intlMessages.functionLabel)}</th>
|
|
|
|
<th>{intl.formatMessage(intlMessages.comboLabel)}</th>
|
|
|
|
</tr>
|
|
|
|
{generalShortcutItems}
|
|
|
|
</tbody>
|
|
|
|
</Styled.ShortcutTable>
|
2022-10-19 02:39:28 +08:00
|
|
|
</Styled.TableWrapper>
|
2022-08-02 06:41:48 +08:00
|
|
|
)
|
|
|
|
}
|
2022-10-19 03:25:23 +08:00
|
|
|
</Styled.TabPanel>
|
|
|
|
<Styled.TabPanel selectedClassName="is-selected">
|
2022-10-19 02:39:28 +08:00
|
|
|
<Styled.TableWrapper>
|
|
|
|
<Styled.ShortcutTable>
|
2019-04-12 08:08:14 +08:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th>{intl.formatMessage(intlMessages.functionLabel)}</th>
|
2022-08-02 06:41:48 +08:00
|
|
|
<th>{intl.formatMessage(intlMessages.comboLabel)}</th>
|
2019-04-12 08:08:14 +08:00
|
|
|
</tr>
|
|
|
|
{shortcutItems}
|
|
|
|
</tbody>
|
2021-10-27 03:03:38 +08:00
|
|
|
</Styled.ShortcutTable>
|
2022-10-19 02:39:28 +08:00
|
|
|
</Styled.TableWrapper>
|
2022-10-19 03:25:23 +08:00
|
|
|
</Styled.TabPanel>
|
|
|
|
<Styled.TabPanel selectedClassName="is-selected">
|
2022-10-19 02:39:28 +08:00
|
|
|
<Styled.TableWrapper>
|
|
|
|
<Styled.ShortcutTable>
|
2022-08-02 06:41:48 +08:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th>{intl.formatMessage(intlMessages.functionLabel)}</th>
|
|
|
|
<th>{intl.formatMessage(intlMessages.comboLabel)}</th>
|
|
|
|
</tr>
|
|
|
|
{whiteboardShortcutItems}
|
|
|
|
</tbody>
|
|
|
|
</Styled.ShortcutTable>
|
2022-10-19 02:39:28 +08:00
|
|
|
</Styled.TableWrapper>
|
2022-10-19 03:25:23 +08:00
|
|
|
</Styled.TabPanel>
|
2022-08-02 06:41:48 +08:00
|
|
|
|
|
|
|
</Styled.SettingsTabs>
|
2018-11-01 02:51:56 +08:00
|
|
|
</Modal>
|
|
|
|
);
|
|
|
|
};
|
|
|
|
|
|
|
|
ShortcutHelpComponent.defaultProps = {
|
2020-05-26 04:00:13 +08:00
|
|
|
intl: {},
|
2018-11-01 02:51:56 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
ShortcutHelpComponent.propTypes = {
|
2020-05-26 04:00:13 +08:00
|
|
|
intl: PropTypes.object.isRequired,
|
2018-11-01 02:51:56 +08:00
|
|
|
shortcuts: PropTypes.arrayOf(PropTypes.shape({
|
|
|
|
accesskey: PropTypes.string.isRequired,
|
|
|
|
descId: PropTypes.string.isRequired,
|
|
|
|
})).isRequired,
|
|
|
|
};
|
2018-05-01 03:18:29 +08:00
|
|
|
|
2018-11-01 02:51:56 +08:00
|
|
|
export default withShortcutHelper(injectIntl(ShortcutHelpComponent));
|