diff options
Diffstat (limited to 'AutoHotkey/hotkeys.ahk')
-rwxr-xr-x | AutoHotkey/hotkeys.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|