deleteLeftSentenceCommand top-level property

CommandShortcutEvent deleteLeftSentenceCommand
final

Remove Line to the Left.

  • support
    • desktop
    • web
    • mobile

Implementation

final CommandShortcutEvent deleteLeftSentenceCommand = CommandShortcutEvent(
  key: 'delete the left line',
  getDescription: () => AppFlowyEditorL10n.current.cmdDeleteLineLeft,
  command: 'ctrl+alt+backspace',
  macOSCommand: 'cmd+backspace',
  handler: _deleteLeftSentenceCommandHandler,
);