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