From 44774d4426d7b5e675a3b2976ac232b58d4970fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 15 Dec 2021 01:46:05 +0100 Subject: Disable Zoom mute toggle --- scripts.ahk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts.ahk') diff --git a/scripts.ahk b/scripts.ahk index 1cde37d..7866b7a 100644 --- a/scripts.ahk +++ b/scripts.ahk @@ -29,9 +29,9 @@ return ; Zoom toggle mute -#If !GetKeyState("NumLock", "T") -F1::ControlSend, ZPControlPanelClass1, {Alt down}a{Alt up}, ahk_class ZPContentViewWndClass -#If +;#If !GetKeyState("NumLock", "T") +;F1::ControlSend, ZPControlPanelClass1, {Alt down}a{Alt up}, ahk_class ZPContentViewWndClass +;#If ; Caps Lock toggle/display -- cgit v1.2.3