Feature Request: Random delay interval
Hello!
I often make some Macros for games for repetitive actions. One such action is using a macro to repeatedly pressing left mouse click in Warhammer Vermintide 2 as to not kill the left click of my mouse. (has already calmed 2.5 mice) But the issue is that the game seems to blockout precise repetitive inputs as holding the button (probably some compatibility thing for some input methods) so dong a simple repeating macro of say mouse2 = macro2(50, 50, macro(leftmouse 25ms leftmouse)) will be interpreted as simply holding the left mouse button...
Back on Windows I use iCue for this, and it has a the ability to have a delay that was random between 2 variables. I propose the same. so: mouse2 = macro2(50, 50, macro(leftmouse 25-45ms leftmouse)) (with some tweaking to get it working in the game) would make it work.