|
|
这赛季似乎国服地雷比例要上天了,分享个自用的引爆宏,支持长按右键埋雷过程不引爆,松开引爆;支持清小怪短按引爆。
F8关程序,F2暂停监控按键
F8::ExitApp
~$F2::suspend
#IfWinActive, ahk_class POEWindowClass
~RButton Up::Send, d
如果双技能再加一条比如q技能:
F8::ExitApp
~$F2::suspend
#IfWinActive, ahk_class POEWindowClass
~RButton Up::Send, d
~q Up::Send, d
用法:
安装AHK,新建txt文件,复制以上代码进去,保存,改后缀为.ahk就可以了~
|
|