Property AutotextTriggerArgs.ShiftLeft
Overload
If true
, AutotextTriggerArgs.Replace will select text with Shift+Left
instead of erasing with Backspace
. Except in console windows.
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.
public bool ShiftLeft { get; set; }