幸运之星正在降临...
点击领取今天的签到奖励!
恭喜!您今天获得了{{mission.data.mission.credit}}积分
我的优惠劵
-
¥优惠劵使用时效:无法使用使用时效:
之前
使用时效:永久有效优惠劵ID:×
没有优惠劵可用!
https://www.autoahk.com/archives/9458
天啊,我弃坑了次看到,都花了多少钱了!!!
河老大 函数有基础教学吗?
我表达错误了,应该是勾选其中几个,指定的单独一个热键执行他们各自的内容!下面如果我有多个勾选框的话也是按照这样if下去吗?
XButton1:
if (ms=1);下拉列表选框
{
if (zdx=1);勾选框
{
SetTimer,开始,0
SetTimer,自动,0
KeyWait, XButton1
SetTimer,开始,Off
SetTimer,自动,off
}
else
if(zdx=0)
{
SetTimer,开始,0
KeyWait, XButton1
SetTimer,开始,Off
}
return
}
社区搜索热键 有教程
感谢我dome哥
感谢我河老大
感谢我dome哥
感谢我僵尸哥
if (xz=1)
{
#if ms=1
XButton1::
SetTimer,开始,0
KeyWait, XButton1
SetTimer,开始,Off
return
#if ms=2
XButton1::
onoff:=!onoff
if(onoff=0)
SetTimer, 开始, Off
else
SetTimer, 开始, 0
return
#If
}
else
if(xz=2)
{
#if ms=1
XButton2::
SetTimer,开始,0
KeyWait, XButton2
SetTimer,开始,Off
return
#if ms=2
XButton2::
onoff:=!onoff
if(onoff=0)
SetTimer, 开始, Off
else
SetTimer, 开始, 0
return
#if
}
return
这样写XButton1:: XButton2::都能触发.我该怎么写才不会都能触发