cmdMoveCursorLeft property

String cmdMoveCursorLeft

move cursor left

Implementation

String get cmdMoveCursorLeft {
  return Intl.message(
    'move cursor left',
    name: 'cmdMoveCursorLeft',
    desc: '',
    args: [],
  );
}