jtroo / jtroo.github.io

jtroo's GitHub Pages page
https://jtroo.github.io/
Mozilla Public License 2.0
0 stars 0 forks source link

feature suggestion: js key down/up recorder to automate writing writing the simulated input by hand #1

Open wis opened 5 months ago

wis commented 5 months ago

I suggest two features:

  1. a button for recording the key presses on the web page, and it writes the recorded key input to the simulated input textbox
  2. a button for testing simulated input in real time, without the use of simulated input text, but for helpfulness it also writes the simulated input text to the webpage/textarea in real time
    • this requires deciding what should happen when the recorder is running, and no keys are pressed (or no longer pressed), i.e. it is idle time, should the recorder send an idle event immediately after 1ms? and then on the next key press, before writing the key press event, it writes the idle time since the last idle time (1ms) event?

I can help if you are looking for contributions.

jtroo commented 5 months ago

Sure! Contributions are welcome 🙂

jtroo commented 5 months ago

a button for recording the key presses on the web page, and it writes the recorded key input to the simulated input textbox

This is now implemented