求解答罗技鼠标宏我也不知道是什么语言
[ 本帖最后由 yuanren 于 2020-2-4 22:15 编辑 ]\n\non = falsefunction OnEvent(event, arg)
OutputLogMessage("event = %s, arg = %s\n", event, arg)
if (event == "MOUSE_BUTTON_PRESSED" and arg == 5) then
on = not on
if(on)then
OutputLogMessage("kai \n")
else
OutputLogMessage("guan \n")
end
end
if (event == "MOUSE_BUTTON_PRESSED" and arg == 5) then
end
if (event == "MOUSE_BUTTON_PRESSED" and arg == 4 and on) then
fangdiao()
end
if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then
end
end
function fangdiao()
ReleaseKey("spacebar")
Sleep(5000)
end
我想做个按下"5"是开关 按下"4"是每隔5秒按键盘空格键无限循环(没有加入无限循环命令).请大神加入无限循环命令和测试有没有错误谢谢! 怎么一发贴 就多了很多乱七八糟的东西呀 用代码块啊。。 罗技宏还能编的吗?自己一个罗技鼠标表示不会用 eWVhaA 发表于 2020-2-4 21:43
用代码块啊。。
怎么用呀,新手!谢谢 乱码弄没了,请大神们帮忙 试试autohotkey。。d CSGO01 发表于 2020-2-5 11:08
可以,你完全可以用录制啊
录制的不会无限循环 ,循环几次就停止了
页:
[1]
2