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

Support for simple scripting language #34

Open
wizpizz opened this issue Apr 17, 2024 · 1 comment
Open

Support for simple scripting language #34

wizpizz opened this issue Apr 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@wizpizz
Copy link

wizpizz commented Apr 17, 2024

Is your feature request related to a problem? Please describe.
If I want to input a set of series of keys at once (including key combos with CTRL or WIN), I cannot use the Manual Input field as it does not support special keyboard characters like SHIFT or CTRL. I can do it via Direct Input with a keyboard like Unexpected Keyboard, but then my input is in real-time and everything is not executed at once.

Describe the solution you'd like
A simple scripting language would both solve the issue I mentioned above and also allow you to use characters that are not present even on keyboards,, like Unexpeected or Hacker.
The scripting language could let you use character codes as well as plain text to specify exactly what you would like to input. On top of that, additional functions like delay() could be implemented. What I had in mind was similar to DuckyScript but obviously more superficial.

@wizpizz wizpizz added the enhancement New feature or request label Apr 17, 2024
@Arian04
Copy link
Owner

Arian04 commented Apr 17, 2024

ive actually been considering doing that for a long time!! I just never sat down and decided how I want to implement it into the UI or even in general. I was thinking about using DuckyScript too, unless I look into it and decide it's limiting in some way.

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

No branches or pull requests

2 participants