Tagged Questions
1
vote
2answers
413 views
Are there any pre-built Javascripts for checking keyboard/mouse activity?
I need a Javascript which monitors keyboard and mouse events to track how much time a user spends on the page. Specifically, actively using the page by typing, or moving/clicking with the mouse.
...