cmdMoveCursorWordRightSelect property

String cmdMoveCursorWordRightSelect

Select word to the right

Implementation

String get cmdMoveCursorWordRightSelect {
  return Intl.message(
    'Select word to the right',
    name: 'cmdMoveCursorWordRightSelect',
    desc: '',
    args: [],
  );
}