From faeb78c4528de59441430323175605f5ff69b778 Mon Sep 17 00:00:00 2001 From: Salvoraa Date: Fri, 6 Sep 2024 15:13:24 +0300 Subject: [PATCH] Update mute_current_application.ahk --- AHK/mute_current_application.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AHK/mute_current_application.ahk b/AHK/mute_current_application.ahk index 53e0dd9..d4ac88e 100644 --- a/AHK/mute_current_application.ahk +++ b/AHK/mute_current_application.ahk @@ -1,6 +1,6 @@ #Include %A_ScriptDir%\VA.ahk -F1:: ; F1 hotkey - toggle mute state of active window +F8:: ; F8 hotkey - toggle mute state of active window WindowEXE := WinExist("A") ControlGetFocus, FocusedControl, ahk_id %WindowEXE% ControlGet, Hwnd, Hwnd,, %FocusedControl%, ahk_id %WindowEXE%