moveCursorToEndCommand top-level property

CommandShortcutEvent moveCursorToEndCommand
final

Implementation

final CommandShortcutEvent moveCursorToEndCommand = CommandShortcutEvent(
  key: 'move the cursor to the end of line',
  getDescription: () => AppFlowyEditorL10n.current.cmdMoveCursorLineEnd,
  command: 'end',
  macOSCommand: 'cmd+arrow right',
  handler: _moveCursorToEndCommandHandler,
);