pasteCommand top-level property

CommandShortcutEvent pasteCommand
final

Paste.

  • support
    • desktop
    • web

Implementation

final CommandShortcutEvent pasteCommand = CommandShortcutEvent(
  key: 'paste the content',
  getDescription: () => AppFlowyEditorL10n.current.cmdPasteContent,
  command: 'ctrl+v',
  macOSCommand: 'cmd+v',
  handler: _pasteCommandHandler,
);