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
Apparently using KeyboardEvent.Keycode with the character code number is now deprecated, and it is best practice to use the code attribute instead. e.g. KeyboardEvent.code = "KeyW"
Apparently using KeyboardEvent.Keycode with the character code number is now deprecated, and it is best practice to use the code attribute instead. e.g.
KeyboardEvent.code = "KeyW"
Source: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code
The text was updated successfully, but these errors were encountered: