嗨,我尝试执行脚本,但是我不知道为什么它没有执行? 你们可以给我一些自动热键测试器,以便我进行测试并清楚地查看它是否有效。
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
;#KeyHistory
;#InstallKeyHook
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Numpad0::
Send, ^c
Sleep 300
Send, !{Tab}
Sleep 300
Send, ^v
Sleep 300
Send, {F9}
Sleep 300
Send, {Tab 4}
Sleep 300
Send, {ENTER}
Sleep 300
Send, {Tab 4}
Sleep 300
Send, {ENTER}
Sleep 300
Send, ^s
Sleep 300
Send, !{Tab}
Sleep 300
Send, {DOWN}
Sleep 300
return