20200924 1758 

 

Menu, Tray, icon, ieframe.dll,41
Menu, Tray, Tip , ★AH_movemouse`nbreak: Exit


;prventing screen saver
iadd:=1
Loop{
		WinActivate
		MouseGetPos, xpos, ypos
		iadd:=iadd*(-1)
		xpos2:=xpos+iadd
		MouseMove, %xpos2%, %ypos%
		sleep 3000*20
}

break::ExitApp

'[PA] 업무자동화 > [AH]Autohotkey' 카테고리의 다른 글

AH Monitoring Active Window Name  (0) 2020.10.15
AH Bloomberg NY  (0) 2020.10.15
AH Util_External PC  (0) 2020.09.25
Control 땡땡  (0) 2020.08.05
AH GUI 예제  (0) 2020.07.15
Posted by Weneedu
,


출처: https://privatedevelopnote.tistory.com/81 [개인노트]