TruWorlds

InputActionTrigger

A keyboard combination that triggers an input action, including modifier requirements.

Properties

The primary key that activates the trigger.

RequireCtrl bool

If true, the trigger only fires while the Ctrl key is held.

RequireShift bool

If true, the trigger only fires while the Shift key is held.

RequireAlt bool

If true, the trigger only fires while the Alt key is held.

UsePhysicalLayout bool

If true, Key matches the physical key location instead of the layout-mapped character.