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
There are two possible ways I can think of the shift key's behavior:
Either, pressing it once means that the key is down, then it toggles all the alphabets (caps to small case and vice-versa)
Or, user needs to explicitly keep pressing the shift key. We can keep this behavior for future enhancement since we would need to implement keyDown and keyUp for all the keys then 😿
Anyway, let's go via the simple way and later see if someone else can take up porting work to keyDown/keyUp.
The text was updated successfully, but these errors were encountered:
There are two possible ways I can think of the shift key's behavior:
Either, pressing it once means that the key is down, then it toggles all the alphabets (caps to small case and vice-versa)
Or, user needs to explicitly keep pressing the shift key. We can keep this behavior for future enhancement since we would need to implement keyDown and keyUp for all the keys then 😿
Anyway, let's go via the simple way and later see if someone else can take up porting work to keyDown/keyUp.
The text was updated successfully, but these errors were encountered: