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 suggestion: js key down/up recorder to automate writing writing the simulated input by hand #1

Open
wis opened this issue Mar 31, 2024 · 2 comments

Comments

@wis
Copy link

wis commented Mar 31, 2024

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
Copy link
Owner

jtroo commented Mar 31, 2024

Sure! Contributions are welcome 🙂

@jtroo
Copy link
Owner

jtroo commented Apr 1, 2024

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

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