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

Log number of keystrokes, mouse delta #2

Open
ErikBjare opened this issue Jun 29, 2016 · 0 comments
Open

Log number of keystrokes, mouse delta #2

ErikBjare opened this issue Jun 29, 2016 · 0 comments

Comments

@ErikBjare
Copy link
Member

ErikBjare commented Jun 29, 2016

One aspect of this seems difficult: We'd want to log the number of keystrokes per window, so that'd mean we have to couple the keycount event duration to the window event somehow.

Not sure how to do this without tying it into the window watcher one way or another. A slightly depraved solution would be to poll/subscribe to the window events and create a new entry where appropriate. I can imagine a bunch of solutions involving the server as well but I'd rather not just for this specific case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant