But it doesn’t seem to work. Is this the correct way to trigger the context menu? I also want to know, how to trigger mouse clicks (left, right, left double, right double, left triple, right triple) with the extended macro. These seems not mentioned in the document.
I have no idea which key to use to trigger the menu.
Well, I can’t help you if you don’t know which keys (scancodes to be precise) you want to be sent by the keyboard.
Btw, how to do mouse double clicks?
tapKey mouseBtnLeft
tapKey mouseBtnLeft
If your system isn’t picking it up, then either increase keystrokeDelay under typing behavior to 10ms (which is a good thing to do anyways), or add an explicit delay between them (if those 10ms from keystroke delay are not sufficient):
(The reason is that many mouses come with flimsy switches that start producing chatter after some time of usage, so some environments try to mitigate that by ignoring short releases.)