import { memo, PropsWithChildren } from 'react'; import { Kbd } from '@chakra-ui/react'; import { deviceAlt, deviceMod } from '../../../common/utils/deviceUtils'; import * as Editor from '../../editors/editor-utils/EditorUtils'; import style from './EventEditorEmpty.module.scss'; export default memo(EventEditorEmpty); function EventEditorEmpty() { return (
| Find in rundown |
{deviceMod}
|
| Open Settings |
{deviceMod}
|
| Select entry |
{deviceAlt}
|
| Select block |
{deviceAlt}
|
| Deselect entry | Esc |
| Reorder selected entry |
{deviceAlt}
|
| Copy selected entry |
{deviceMod}
|
| Paste above |
{deviceMod}
|
| Paste below |
{deviceMod}
|
| Delete selected entry |
{deviceMod}
|
| Add event below |
{deviceAlt}
|
| Add event above |
{deviceAlt}
|
| Add block below |
{deviceAlt}
|
| Add block above |
{deviceAlt}
|
| Add delay below |
{deviceAlt}
|
| Add delay above |
{deviceAlt}
|