moveCursorToBeginCommand top-level property

CommandShortcutEvent moveCursorToBeginCommand
final

Implementation

final CommandShortcutEvent moveCursorToBeginCommand = CommandShortcutEvent(
  key: 'move the cursor at the start of line',
  getDescription: () => AppFlowyEditorL10n.current.cmdMoveCursorLineStart,
  command: 'home',
  macOSCommand: 'cmd+arrow left',
  handler: _moveCursorToBeginCommandHandler,
);