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
It's currently not obvious how to get the key pressed in keyboard events, as you have to use JS in event commands to reference it ("{= o.e.data =}" or "{= o.e.key =}" depending on the event type).
Make a $KEY constant available in events that contains the string of the key pressed.
The text was updated successfully, but these errors were encountered:
It's currently not obvious how to get the key pressed in keyboard events, as you have to use JS in event commands to reference it ("{= o.e.data =}" or "{= o.e.key =}" depending on the event type).
Make a $KEY constant available in events that contains the string of the key pressed.
The text was updated successfully, but these errors were encountered: