Untitled

 avatar
unknown
plain_text
4 months ago
473 B
3
Indexable
#singleinstance force
#persistent

inactivity_limit=55
how_often_to_test=55
show_tooltip=1

inactivity_limit_ms:=inactivity_limit*1000
how_often_to_test_ms:=how_often_to_test*1000

settimer, check_active, %how_often_to_test_ms%

mm_cnt=0
Return

check_active:
if show_tooltip=0
	tooltip, % A_TimeIdlePhysical "ms'rmoves " mm_cnt

if A_TimeIdlePhysical > %inactivity_limit_ms%
{
	mousemove,1,1,100, R
	mm_cnt++
}

Return

esc::ExitApp
F12::Reload
Editor is loading...
Leave a Comment