moveCursorRightSelectCommand top-level property

CommandShortcutEvent moveCursorRightSelectCommand
final

Implementation

final CommandShortcutEvent moveCursorRightSelectCommand = CommandShortcutEvent(
  key: 'move the cursor right select',
  getDescription: () => AppFlowyEditorL10n.current.cmdMoveCursorRightSelect,
  command: 'shift+arrow right',
  handler: _moveCursorRightSelectCommandHandler,
);