beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

KeyPress_v2 Op



KeyPress

Op author: pandur

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.



Inputs

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

Outputs

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

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

keypress trigger example


Patches using KeyPress_v2

  • Examples
  • Public
  • My Patches

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