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.
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.
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.