You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWAY FROM KEYBOARD - AFK
This is a basic program to detect inactivity of keyboard. It simply instalizes a setTimeOut on load of the web-page.
If any key is pressed before the timer expires the old setTimeOut is cleared and new setTimeout of same magnitude is intailized.
This program can be modified and tailored according to your usecase.