autohotkey实现鼠标右键双击粘贴

右键双击粘贴
;[鼠标右键双击粘贴]
RButton::
RButtonCount++
if RButtonCount=1
	SetTimer,CheckR,-1000
if RButtonCount=1
KeyWait,RButton,U,T0.8
if ErrorLevel
	RButtonCount1:=1
else 
{
	KeyWait,RButton,D,T0.1
	if ErrorLevel
		RButtonCount1:=2
	else
	{
		RButtonCount++
		RButtonCount1:=3
	}
}
if RButtonCount1=1
        Menu, tray, Show
else if RButtonCount1=2
        Send {RButton}
else if RButtonCount1=3
        Send ^v
if  (RButtonCount1=1 || RButtonCount1=3)
	gosub,RCount
Return

RCount:
RButtonCount:=0
RButtonCount1:=0
return

CheckR:
if (RButtonCount=1 && RButtonCount1=2)
	gosub,RCount
return


 
	

 

给TA捐赠
共{{data.count}}人
人已捐赠
其他

智能打开文件_dropit原型

2018-1-21 20:39:51

其他

Agui,自己电脑autohotkey相关信息,比较全有意思!

2018-1-22 19:06:41

4 条回复 A文章作者 M管理员
  1. huwoods

    能不能实现 左键双击选中后自动复制,右键双击粘贴

  2. 太平绅士

    从B站找了过来,很不错。

  3. 莫失莫忘

    好东西,收下了,先用几天看看。

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索