In version 1.11.2 of the Input System, there is an attribute for combo keys called ``, as seen in Image 1, with its documentation explanation in Image 2.
According to the documentation, this option defaults to false. When set to false, modifier keys must be held down before pressing the binding key for the combo key to work. If the order is reversed, the combination will not register unless overrideModifiersNeedToBePressedFirst is set to true .
However, in practice, I found that whether overrideModifiersNeedToBePressedFirst is true or false, it does not seem to affect the required key order for combo keys at all. There is no enforcement of having to press the modifier key first, followed by the binding key, as described in the documentation. This behavior seems to persist across older versions of the Input System as well, at least in my experience, it has never worked as intended.
I wanted to ask the community, is this a bug that has been overlooked? Or is there something unique about my setup that makes this feature fail to work as documented? Has anyone else experienced the same issue?

