A decision block that send/simulate a key/button press or release.
The fiber will pause until the simulated key events has been sent proceeding through the OK path, or through the NO path if the method is not connected, usually due to it not being enabled, or not running.
Supported method for simulating key events:
Simulating hardware buttons such as power and volume may not work. To simulate text input, i.e. multiple characters instead of individual key presses and releases, use the Key send characters block.
Note! When using action Down ensure to also send an action Up for the same key code, otherwise the key could be interpreted as “stuck”, therefore action Down & Up is preferable.