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
.
Full Name
- Ops.Devices.Keyboard.KeyPress_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
Area index (Number: integer)
Prevent Default (Number: boolean)
Enabled (Number: boolean)
OUTPUT PORTS
On Press (Trigger)
Key Code (Number)
Key (String)