KeyCombinationOverrideModeNone Field |
All key combination override handling is disabled for all keys including modifier and primary keys.
Even if a key combination includes a key that is already bound to an Action, both
the Action bound to the key combination and the Action bound to the individual
key will return true when pressed. Example: W is bound to Action1. Cntl + W is bound to Action2.
When Cntl + W is pressed, both Action1 and Action2 return true.
Namespace: Rewired.ConfigAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
See Also