From 8594f83fc6b462d1fc5dba6ec6fc781cd7673ad6 Mon Sep 17 00:00:00 2001 From: TheBestPessimist Date: Mon, 23 Dec 2024 10:45:53 +0200 Subject: [PATCH] Increase the time between each hotstring hotkey to 10ms --- AutoHotkey64.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AutoHotkey64.ahk b/AutoHotkey64.ahk index 4f493f2..c1743ff 100644 --- a/AutoHotkey64.ahk +++ b/AutoHotkey64.ahk @@ -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 5ms -#Hotstring SE K5 +; 2. Increase the time between each hotstring hotkey to 10ms +#Hotstring SE K10 ;; rest of everything #Include lib/Tippy.ahk