As Pfeil was saying, repeating keys (down, up, down, up, down, up) is an effect of the hardware and Windows. The virtual key presses (key presses through the API which VA uses) does not repeat (thankfully... it would be unusable if it did). In order to simulate that, you'll need to create a command that loops and presses/releases keys.