Show / Hide Table of Contents

Property AutotextTriggers.PostfixKey


Overload

The postfix key for all triggers where postfix type is TAPostfix.Key or TAPostfix.CharOrKey (default). Can be Ctrl (default), Shift, LCtrl, RCtrl, LShift or RShift.

public KKey PostfixKey { get; set; }
Exceptions
ArgumentException

The value is not Ctrl or Shift.

Property Value
KKey

Remarks

This property is applied to all triggers, not just to those added afterwards.