moveCursorLeftWordSelectCommand top-level property

CommandShortcutEvent moveCursorLeftWordSelectCommand
final

Implementation

final CommandShortcutEvent moveCursorLeftWordSelectCommand =
    CommandShortcutEvent(
  key: 'move the cursor to select the left word',
  getDescription: () => AppFlowyEditorL10n.current.cmdMoveCursorWordLeftSelect,
  command: 'ctrl+shift+arrow left',
  macOSCommand: 'alt+shift+arrow left',
  handler: _moveCursorLeftWordSelectCommandHandler,
);