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
When SHIFT + <some key> is pressed, the shifted version of that key is added to the keys array, but when <some key> + SHIFT is pressed, the unshifted version is added.
When SHIFT is subsequently pressed (or released), the keys array should be updated to replace the unshifted version of all keys remaining in the array with their shifted version (or vice versa).
The text was updated successfully, but these errors were encountered:
When
SHIFT
+<some key>
is pressed, the shifted version of that key is added to thekeys
array, but when<some key>
+SHIFT
is pressed, the unshifted version is added.When
SHIFT
is subsequently pressed (or released), thekeys
array should be updated to replace the unshifted version of all keys remaining in the array with their shifted version (or vice versa).The text was updated successfully, but these errors were encountered: