Search found 1 match
- Thu Dec 13, 2012 12:27 pm
- Forum: Beginners
- Topic: newbie needs help with testing for user activity
- Replies: 3
- Views: 24316
A suggested improvement
If found the basic idea of this script very useful. However, it often happens that the user is just scrolling a websites, or using the arrows to navigate etc. You can add OnEvent-s the check these, I did it this way: //left arrow OnEvent>KEY_DOWN,VK37,0,ActiveUser //right arrow OnEvent>KEY_DOWN,VK39...