|
|
板凳

楼主 |
发表于 2021-7-8 22:45:31
|
只看该作者
#IfWinActive ahk_exe PathOfExile_x64.exe
F5::
Send {enter}
SendInput {Text} /played
Send {enter}
Return
#IfWinActive ahk_exe PathOfExile_x64.exe
F4::
Send {enter}
SendInput {Text} /exit
Send {enter}
Return
#IfWinActive ahk_exe PathOfExile_x64.exe
F3::
Send {enter}
SendInput {Text} /hideout
Send {enter}
Return
#IfWinActive ahk_exe PathOfExile_x64.exe
$1::
Send {1}
Send {2}
Send {3}
Send {4}
Send {5}
Return
老哥怎么改啊,我这个也是抄论坛的,是把64改成32就行吗? |
|