You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If mod previously registered hotkey with some id, and then later switches to use register input with same id, users end up with broken mod bindings.
There is no validation for bind code for inputs, only inside Binding widget code. So if there was previously hotkey assigned with more than one key, this switch would make binding not work (as it is not possible to press it then, cant really press 4 keys as one...)
Should be minor enough, as it can be rebound and it doesnt have any other sideeffects, but is there (for few CET version now... so would not call this a regression even)
The text was updated successfully, but these errors were encountered:
If mod previously registered hotkey with some id, and then later switches to use register input with same id, users end up with broken mod bindings.
There is no validation for bind code for inputs, only inside Binding widget code. So if there was previously hotkey assigned with more than one key, this switch would make binding not work (as it is not possible to press it then, cant really press 4 keys as one...)
Should be minor enough, as it can be rebound and it doesnt have any other sideeffects, but is there (for few CET version now... so would not call this a regression even)
The text was updated successfully, but these errors were encountered: