moveCursorLeftSelectCommand top-level property

CommandShortcutEvent moveCursorLeftSelectCommand
final

Implementation

final CommandShortcutEvent moveCursorLeftSelectCommand = CommandShortcutEvent(
  key: 'move the cursor left select',
  getDescription: () => AppFlowyEditorL10n.current.cmdMoveCursorLeftSelect,
  command: 'shift+arrow left',
  handler: _moveCursorLeftSelectCommandHandler,
);