Hi @Samurai, I have a question for you here.
I’m trying to work on an example case wherein I check the total number of mouse clicks & key press events & return the final counter. This is simple enough, and I’m able to work-around with individual Monitor events.
But is it possible to use them in a nested manner? For instance, I take the desktop scope to check for click/keyPress events. The user could click as many number of times on the desktop & hit any key, but as soon as he hits a special key combination(eg - Ctrl+D, or Shift+I, etc) it should stop execution.
I want to nest these operations so that the automation entirely stops when this combination is hit.
Can you give any input for the same?
Thanks in advance… help much appreciated 