KeyPress_v2 Op
Triggers when a key is pressed
Summary (oneliner)
Triggers every time a key has been pressed. Click inside the renderer 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
.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Area index (integer /Number)
Prevent Default (boolean /Number)
Enabled (boolean /Number)
Outputs
On Press (Trigger)
Key Code (Number)
Key (String)
Patches using KeyPress_v2
Changelog
Ops.Devices.Keyboard.KeyPress renamed to Ops.Devices.Keyboard.KeyPress_v2 2022-03-14 - stephan | |
added area-input, enable/disable and key-name output 2022-03-16 - stephan |