Skip to content

Commit

Permalink
Increase #MaxHotkeysPerInterval to 200 from 50
Browse files Browse the repository at this point in the history
Followup of 1008268.

 Some hotstring reset code is hit quite a lot sometimes, so I'm increasing this value. Example of such code: `~Right::Hotstring("Reset")`
  • Loading branch information
TheBestPessimist committed Jan 13, 2020
1 parent 4507678 commit 879bccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutoHotkeyU64.ahk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

#SingleInstance force
#MaxHotkeysPerInterval 50
#MaxHotkeysPerInterval 200
#WinActivateForce
#InstallKeybdHook
#InstallMouseHook
Expand Down

0 comments on commit 879bccf

Please sign in to comment.