Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: REPEAT FOREVER #110

Open
kg4zow opened this issue Nov 22, 2022 · 1 comment
Open

Feature request: REPEAT FOREVER #110

kg4zow opened this issue Nov 22, 2022 · 1 comment

Comments

@kg4zow
Copy link

kg4zow commented Nov 22, 2022

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.

@dekuNukem
Copy link
Owner

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants