求教學 AutoHotkey AHK的
想做一個 鍵盤上 1~= 連續按的 有大老知道該如何下手嗎 我也想學 可是YT上的都看不懂 簡單的寫法是這樣 F1 開啟 F3重啟 F4關閉$F1::
PressKey := ! PressKey
Loop
{
If Not ! PressKey
Break
Send 1
Sleep 20
Send ~
Sleep 20
Send {= Down}
Sleep 20
Send {= Up}
}
Return
$F3::
reload
$F4::
ExitApp
頁:
[1]