smuuf / jquery-idlecat

Simple and lightweight jQuery plugin for user-presence detection.
22 stars 6 forks source link

Keyboard activity #1

Open nicolasroberge opened 6 years ago

nicolasroberge commented 6 years ago

Hi, I tried it out and it seems to detect only mouse activity. If I add input and textarea fields in the example, it doesn't to fire. Am I correct?

smuuf commented 6 years ago

I believe you are correct.

As this is supposed to be a very primitive "tool" to detect user presence and I'm operating under the assumption that "active users manifest themselves primarily via mouse movement", this tool focuses only on mouse movement detection.

nicolasroberge commented 6 years ago

Okay, I forked it and added the keyboard detection also. When it will be stable, I'll send you a pull request if you are up to it.

inglesuniversal commented 4 years ago

@nicolasroberge I read your article about including keyboard detection. Do you have it available so I could include it on my script. I'd appreciate that.

Stay safe

nicolasroberge commented 4 years ago

Hi @inglesuniversal unfortunately I don't have access anymore to that project.