From dbda8b7a4b64d691700dd7f5b7dcdcff223e9481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 23 May 2021 14:53:28 +0200 Subject: scripts: Add Zoom mute shortcut --- scripts.ahk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts.ahk') diff --git a/scripts.ahk b/scripts.ahk index 04ab117..da39d5d 100644 --- a/scripts.ahk +++ b/scripts.ahk @@ -27,7 +27,11 @@ return <> -LWin Up::return +; Zoom toggle mute + +#If !GetKeyState("NumLock", "T") +F1::ControlSend, ZPControlPanelClass1, {Alt down}a{Alt up}, ahk_class ZPContentViewWndClass +#If ; Caps Lock toggle/display -- cgit v1.2.3