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
Should we add a type KeyString that could implement the restrictions in the spec?
This would allow Key::Character to be fully restricted in the set of values it can have, to avoid e.g. Key::Character("Shift") or Key::Character("\t").
The text was updated successfully, but these errors were encountered:
Should we add a type
KeyString
that could implement the restrictions in the spec?This would allow
Key::Character
to be fully restricted in the set of values it can have, to avoid e.g.Key::Character("Shift")
orKey::Character("\t")
.The text was updated successfully, but these errors were encountered: