Skip to content

Commit

Permalink
; 2. Increase the time between each hotstring hotkey to 5ms
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Apr 2, 2024
1 parent 89296e1 commit 43ca3b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutoHotkey64.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ CoordMode("Mouse", "Screen")
#Hotstring EndChars -()[]{}:;'"/\,.?!`s
; Try to make telegram and Feces work better with hotstrings
; 1. Switch all hotstrings from SendInput to SendEvent, otherwise they ignore key delay
; 2. Increase the time between each hotstring hotkey to 10ms
#Hotstring SE K10
; 2. Increase the time between each hotstring hotkey to 5ms
#Hotstring SE K5

;; rest of everything
#Include lib/Tippy.ahk
Expand Down

0 comments on commit 43ca3b4

Please sign in to comment.