moveCursorToLeftWordCommand top-level property

CommandShortcutEvent moveCursorToLeftWordCommand
final

Implementation

final CommandShortcutEvent moveCursorToLeftWordCommand = CommandShortcutEvent(
  key: 'move the cursor to the left word',
  getDescription: () => AppFlowyEditorL10n.current.cmdMoveCursorWordLeft,
  command: 'ctrl+arrow left',
  macOSCommand: 'alt+arrow left',
  handler: _moveCursorToLeftWordCommandHandler,
);