Detector for different keys at once
-
Is there way to detect which key are pressed, because the detector activity are only watching for one key?
So, I'm looking for implementing different flows based on the keyboard button. -
Hi @dusan-perkin
You can always use a state machine or pick branch, and add a detector activity per detector
-
@allan-zimmermann
Thanks Alan,
it helps solving the problem.
It will be also handy that activity check for the array of detectors, and then just giving the result output as the string that it catches.