triggers when a key is pressed
summary (oneliner)
Triggers every time a key has been pressed inside the preview panel. Click inside the preview panel and hit a key, you will then see the Key Code
change. KeyPress uses the Character
key codes, an a
e.g. will result in the key code 97
.
doc
issues
youtube id
caniuse query
collections
Inputs
Outputs
on press (Trigger)
Triggers every time a keyboard key has been pressed (when focus is on the canvas / preview panel).
key code (Number)
The key code for the last pressed key
Char (Number)