Property AutotextTriggerArgs.ShiftLeft
Overload
If true, AutotextTriggerArgs.Replace will select text with Shift+Left instead of erasing with Backspace. Except in console windows.
public bool ShiftLeft { get; set; }
Property Value
Remarks
Initially true if flag TAFlags.ShiftLeft is set. Can be changed by a callback function, for example to use or not use Shift+Left only with some windows.