Arian04 / android-hid-client

Android app that allows you to use your phone as a keyboard and mouse WITHOUT any software on the other end (Requires root)
GNU General Public License v3.0
109 stars 4 forks source link

Support for simple scripting language #34

Open wizpizz opened 2 months ago

wizpizz commented 2 months ago

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.

Arian04 commented 2 months ago

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.