moveCursorEndSelectCommand top-level property

CommandShortcutEvent moveCursorEndSelectCommand
final

Implementation

final CommandShortcutEvent moveCursorEndSelectCommand = CommandShortcutEvent(
  key: 'move cursor to select till end of line',
  getDescription: () => AppFlowyEditorL10n.current.cmdMoveCursorLineEndSelect,
  command: 'shift+end',
  macOSCommand: 'cmd+shift+arrow right',
  handler: _moveCursorEndSelectCommandHandler,
);