moveCursorBeginSelectCommand top-level property

CommandShortcutEvent moveCursorBeginSelectCommand
final

Implementation

final CommandShortcutEvent moveCursorBeginSelectCommand = CommandShortcutEvent(
  key: 'move cursor to select till start of line',
  getDescription: () => AppFlowyEditorL10n.current.cmdMoveCursorLineStartSelect,
  command: 'shift+home',
  macOSCommand: 'cmd+shift+arrow left',
  handler: _moveCursorBeginSelectCommandHandler,
);