duckyPad icon indicating copy to clipboard operation
duckyPad copied to clipboard

Feature request: REPEAT FOREVER

Open kg4zow opened this issue 2 years ago • 1 comments
trafficstars

Is there a way to make the DuckyPad send the same set of keystrokes forever, or until some other key on the DuckyPad is pressed?

My thought is to have something similar to one of those "mouse wiggler" things, to keep the screen from locking when you're not actively typing on the machine for a few minutes.

REPEAT FOREVER
    F24
    DELAY 30000
END REPEAT

I'm using F24 in the example because it's a key that the OS recognizes as a key (which therefore resets the screen saver timeout), but which doesn't actually do anything on the computer because most keyboards don't even have the key.

The same kind of thing could be useful if you're running a "mostly automated" process which requires you to type "Y ENTER" to continue every so often.

kg4zow avatar Nov 22 '22 17:11 kg4zow

This is now possible with duckyScript 3! Feel free to try it out:

https://github.com/dekuNukem/duckyPad/blob/master/duckyscript3_beta_test.md

dekuNukem avatar Feb 06 '23 19:02 dekuNukem