Skip to content

Commit

Permalink
Merge pull request #1 from Yputi/Yputi-patch-1
Browse files Browse the repository at this point in the history
Updated input mode to SetKeyDelay
  • Loading branch information
Yputi authored Mar 2, 2024
2 parents c9fca18 + 2c56161 commit a5277bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ECRPAnimMenu3.ahk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Change this line to "SetKeyDelay, 1" if you experience any issues that are input speed related.
SetKeyDelay, 1
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance Force

Expand Down Expand Up @@ -1105,4 +1105,4 @@ ExitApplication:
ExitApp
return

return
return

0 comments on commit a5277bf

Please sign in to comment.