Hi,
I was trying to set up a command which produces a long key press (2s) of the number 0, such that for example in the editor it would start to write many 0's such like 000000000000000000. However I was not able to set this up. What I have tried is:
Press 0 key and hold for 2 seconds and release
and
Press down 0 key
Pause 2 seconds
Release 0 key
But both methods only write a single "0" into the editor instead of something like "00000000000000000".
Of course, I dont really want this command for the editor but for a chess game.
Info: I am using Aindows 10 and VA v1.7.3.
Any help would be much appreciated!