From 43ca3b4f3f9490f07bcc2d52af348185689119a3 Mon Sep 17 00:00:00 2001 From: TheBestPessimist Date: Tue, 2 Apr 2024 09:44:09 +0300 Subject: [PATCH] ; 2. Increase the time between each hotstring hotkey to 5ms --- AutoHotkey64.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AutoHotkey64.ahk b/AutoHotkey64.ahk index 592a874..a931ad4 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 10ms -#Hotstring SE K10 +; 2. Increase the time between each hotstring hotkey to 5ms +#Hotstring SE K5 ;; rest of everything #Include lib/Tippy.ahk