作者luke93 (不废江河万古流)
看板EzHotKey
标题[AHK-] 练习分享 懒人复制法 for Firefox
时间Sun Jul 19 22:10:54 2009
左键放开後自动复制
视情况修改 nViewAreaTop
#IfWinActive ahk_class MozillaUIWindowClass
~LButton Up::
nViewAreaTop := 118
CoordMode, Mouse, Relative
MouseGetPos, x, y,, sUnderMouseControl
; Test if the mouse event occurred in View area
if( y > nViewAreaTop )
{
OutputDebug, Firefox copy
Send ^c
}
Return
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 61.231.51.162
1F:→ oddo:这对bbs应该无效吧,因为在ptt按ctrl c 不会复制 07/22 23:10