yuanren 发表于 2020-2-4 21:19

求解答罗技鼠标宏我也不知道是什么语言

[ 本帖最后由 yuanren 于 2020-2-4 22:15 编辑 ]\n\non = false
function 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秒按键盘空格键无限循环(没有加入无限循环命令).请大神加入无限循环命令和测试有没有错误谢谢!

yuanren 发表于 2020-2-4 21:23

怎么一发贴 就多了很多乱七八糟的东西呀

eWVhaA 发表于 2020-2-4 21:43

用代码块啊。。

lincilong 发表于 2020-2-4 21:50

罗技宏还能编的吗?自己一个罗技鼠标表示不会用

yuanren 发表于 2020-2-4 22:00

eWVhaA 发表于 2020-2-4 21:43
用代码块啊。。

怎么用呀,新手!谢谢

yuanren 发表于 2020-2-4 22:15

乱码弄没了,请大神们帮忙

xuxinliang 发表于 2020-2-5 00:46

试试autohotkey。。d

CSGO01 发表于 2020-2-5 11:08

yuanren 发表于 2020-2-5 15:57

CSGO01 发表于 2020-2-5 11:08
可以,你完全可以用录制啊

录制的不会无限循环 ,循环几次就停止了

CSGO01 发表于 2020-2-5 17:30

页: [1] 2
查看完整版本: 求解答罗技鼠标宏我也不知道是什么语言