From a1588b22365b20533cbb180c7e0ffe785512eaf6 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 9 Aug 2025 20:49:54 +0200 Subject: changed shortcuts --- AutoHotkey/hotkeys.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AutoHotkey/hotkeys.ahk') diff --git a/AutoHotkey/hotkeys.ahk b/AutoHotkey/hotkeys.ahk index 47447db..5cfc6a1 100755 --- a/AutoHotkey/hotkeys.ahk +++ b/AutoHotkey/hotkeys.ahk @@ -107,7 +107,7 @@ DetectHiddenWindows true #j:: { ; Target main Telegram window specifically (not notification popups) - telegram := "ahk_exe Telegram.exe ahk_class Qt51517QWindowIcon" + telegram := "Telegram ahk_exe Telegram.exe ahk_class Qt51517QWindowIcon" if WinExist(telegram) { if WinActive(telegram) -- cgit v1.2.3