Property OKey.TextShiftEnter
Overload
When sending text, instead of Enter
send Shift+Enter
.
Default: false.
public bool TextShiftEnter { get; set; }
Property Value
Remarks
This option is applied when sending text with keys.sendt (like keys.sendt("A\nB")
) or with operator !
(like keys.send("!A\nB")
) or with keys.AddText. Ignored when using operator ^
, _
, keys.AddText, keys.AddChar.