KeyPress_v2 Op
Triggers when a key is pressed
Summary (oneliner)
<p>Triggers every time a key has been pressed. Click inside the renderer and hit a key, you will then see the <code>Key Code</code> change. <em>KeyPress</em> uses the <code>Character</code> key codes, an <code>a</code> e.g. will result in the key code <code>97</code>.</p>
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:
<i>integer</i>
)Prevent Default (Number:
<i>boolean</i>
)Enabled (Number:
<i>boolean</i>
)OUTPUT PORTS
On Press (Trigger)
Key Code (Number)
Key (String)