PgDn::
send {lbutton down}
MouseGetPos, x1, y1 ;
keywait,PgDn,U
;
gosub
return
:
Mousegetpos x2, y2 ;
gosub
return
:
WinGetClass, class, A
IfInString, class,Notepad
{
if (x1 > x2)
send {rbutton}{down 2}{enter} ;
else
send {rbutton}{down 3}{enter} ;
}
IfInString, class, MozillaWindowClass
{
if (x1 > x2)
send ^c ;
send {lbutton}
Tooltip,
SetTimer,,888
}
IfInString, class, CabinetWClass
{
send {f2}
b := clipboard
send {shift}
send %b%
send {enter}
}
return
;----------------------------------------------------------------------------------------
: ;
tooltip, ;
return ;
;----------------------------------------------------------------------------------------
暂无讨论,说说你的看法吧