moveCursorRightWordSelectCommand top-level property

CommandShortcutEvent moveCursorRightWordSelectCommand
final

Implementation

final CommandShortcutEvent moveCursorRightWordSelectCommand =
    CommandShortcutEvent(
  key: 'move the cursor to select the right word',
  getDescription: () => AppFlowyEditorL10n.current.cmdMoveCursorWordRightSelect,
  command: 'ctrl+shift+arrow right',
  macOSCommand: 'alt+shift+arrow right',
  handler: _moveCursorRightWordSelectCommandHandler,
);