You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a button for recording the key presses on the web page, and it writes the recorded key input to the simulated input textbox
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.
The text was updated successfully, but these errors were encountered:
I suggest two features:
I can help if you are looking for contributions.
The text was updated successfully, but these errors were encountered: