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 one wants to remap a control, and taps Enter, the control is mapped to Enter, without allowing to choose any other key.
To Reproduce
Go to the controls menu
Move to a control mapping (e.g. "Up", for "Keyboard 2" -> "Move Up")
Tap enter
Enter is now assigned.
Expected Behavior
The mapping "Press an input or press Escape to cancel" dialog should be displayed.
Additional Context
The mapping dialog is actually displayed, for a fraction of second. It seems that then tapping enter, the enter keypress is sent to the dialog as well, which thinks that Enter is the chosen key.