moveCursorToRightWordCommand top-level property

CommandShortcutEvent moveCursorToRightWordCommand
final

Implementation

final CommandShortcutEvent moveCursorToRightWordCommand = CommandShortcutEvent(
  key: 'move the cursor to the right word',
  getDescription: () => AppFlowyEditorL10n.current.cmdMoveCursorWordRight,
  command: 'ctrl+arrow right',
  macOSCommand: 'alt+arrow right',
  handler: _moveCursorToRightWordCommandHandler,
);