primaryTapActivatesLink property

bool primaryTapActivatesLink
final

When true, a plain (unmodified) left-click on a hyperlink or detected-link cell fires onLinkActivate instead of forwarding the click to the program (or starting a selection). Ctrl/Cmd-click always activates links regardless. Non-link cells are unaffected — they still select / report to the program as usual. Defaults to false to preserve standard terminal mouse semantics; hosts that prefer click-to-open opt in.

Implementation

final bool primaryTapActivatesLink;