-
Notifications
You must be signed in to change notification settings - Fork 3
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
Background recording API #176
Labels
enhancement
New feature or request
Comments
Closed
This was referenced Dec 27, 2022
Todo:
|
Additional Todo:
|
Merged
The last remaining task, API documentation, will be done later. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue introduces a new internal mode background recording. Once enabled, keystrokes are recorded continuously without explicit user actions to start/stop recording.
This new feature is part of #125.
The keystrokes are stored in memory and can be referenced through the Keystroke history API which is another new API.
The text was updated successfully, but these errors were encountered: