剑灵力士卡刀ahk_技术宅教你:召唤代码一键卡刀详细教程帖
半自動讀取f左右鍵模式,全自動讀取1,2,f左右鍵模式。要鼠標(biāo)有側(cè)鍵,沒側(cè)鍵的我看心情幫你們改改……畢竟帖子老是沉,很不爽下面發(fā)代碼,要寫入ahk。
代碼1:全自動識別1,2,F,左右鍵,鼠標(biāo)側(cè)上鍵啟動
#IfWinActive ahk_class LaunchUnrealUWindowsClient
XButton1::
loop{
send {1}
sleep 10
send {f}
sleep 10
send {2}
sleep 10
send {LButton}
sleep 10
send {RButton}
sleep 10
send {f}
sleep 10
send {t}
}Until Not getkeystate("XButton1","P")
return
F11::suspend
代碼2:半自動識別F,左右鍵,鼠標(biāo)側(cè)下鍵啟動
#IfWinActive ahk_class LaunchUnrealUWindowsClient
XButton2::
loop{
send {f}
sleep 10
send {LButton}
sleep 10
send {RButton}
sleep 10
send {f}
sleep 0
send {t}
}Until Not getkeystate("XButton2","P")
return
F11::suspend
這是改鍵
步驟:先下載安裝ahk,網(wǎng)上直接搜,否則電腦無法識別文件。
然后介紹一種比較無腦的代碼編輯方法。
總結(jié)
以上是生活随笔為你收集整理的剑灵力士卡刀ahk_技术宅教你:召唤代码一键卡刀详细教程帖的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: realmex是什么手机(Realme)
- 下一篇: at24c16如何划分出多个读写区_读写