具有按键组合的自动热键脚本

时间:2018-11-15 19:24:33

标签: autohotkey

嗨,我尝试执行脚本,但是我不知道为什么它没有执行? 你们可以给我一些自动热键测试器,以便我进行测试并清楚地查看它是否有效。

    #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 

0 个答案:

没有答案