copyCommand top-level property

CommandShortcutEvent copyCommand
final

Copy.

  • support
    • desktop
    • web

Implementation

final CommandShortcutEvent copyCommand = CommandShortcutEvent(
  key: 'copy the selected content',
  getDescription: () => AppFlowyEditorL10n.current.cmdCopySelection,
  command: 'ctrl+c',
  macOSCommand: 'cmd+c',
  handler: _copyCommandHandler,
);