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").
Should we add a type
KeyStringthat could implement the restrictions in the spec?This would allow
Key::Characterto be fully restricted in the set of values it can have, to avoid e.g.Key::Character("Shift")orKey::Character("\t").