MouseTracks icon indicating copy to clipboard operation
MouseTracks copied to clipboard

Track inactivity time

Open huntfx opened this issue 7 years ago • 1 comments

The code exists to mark inactivity (to disable saving), but it could be adapted to track the time active/inactive, so it doesn't affect the overall track time, but gives more accurate stats.

huntfx avatar Feb 09 '18 16:02 huntfx

Done a bit of work on it and it'll count inactivity for the particular session. I'll add in an overall inactivity count, and also compensate for the threshold (eg. if threshold is 60 seconds, then after 60 seconds, remove 60 seconds from active time and add 60 seconds to inactivity time).

huntfx avatar Apr 30 '18 17:04 huntfx