deleteRightWordCommand top-level property

CommandShortcutEvent deleteRightWordCommand
final

Implementation

final CommandShortcutEvent deleteRightWordCommand = CommandShortcutEvent(
  key: 'delete the right word',
  getDescription: () => AppFlowyEditorL10n.current.cmdDeleteWordRight,
  command: 'ctrl+delete',
  macOSCommand: 'alt+delete',
  handler: _deleteRightWordCommandHandler,
);