Click or drag to resize

ReInputConfigHelperkeyCombinationOverrideMode Property

Determines how Actions bound to keys that are also used in key combinations behave. Example: Ctrl is bound to Action1 and Ctrl + W is bound to Action 2. When Ctrl is pressed, Action1 activates until W is also pressed. This defines how the underlying Action1 bound to Ctrl will behave when H is pressed and when H is released. When Ctrl + H is pressed, the key combination overrides Action1 and it returns a value of False. This setting can be changed without resetting Rewired.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public KeyCombinationOverrideMode keyCombinationOverrideMode { get; set; }

Property Value

Type: KeyCombinationOverrideMode
See Also