KeyPress_v2 Op

KeyPress

Triggers when a key is pressed


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.


Edit Documentation

Full Name
  • Ops.Devices.Keyboard.KeyPress_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

INPUT PORTS


Area index (Number:integer )
Prevent Default (Number:boolean )
Enabled (Number:boolean )

OUTPUT PORTS


On Press (Trigger)
Key Code (Number)
Key (String)

Patches using KeyPress_v2

  • Examples
  • Public
  • My Patches

Changelog


Ops.Devices.Keyboard.KeyPress renamed to Ops.Devices.Keyboard.KeyPress_v2user avatarstephan - 2022-03-14 14:54
added area-input, enable/disable and key-name outputuser avatarstephan - 2022-03-16 15:47