diff options
author | John Ankarström <john@ankarstrom.se> | 2021-05-23 14:53:28 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-05-23 14:53:28 +0200 |
commit | dbda8b7a4b64d691700dd7f5b7dcdcff223e9481 (patch) | |
tree | d2eaab762278b6fac8f8f908e7195df826833c06 | |
parent | 04d9c5e7ab50ecc85c46048c73e78495ea2cd5a5 (diff) | |
download | ahk-dbda8b7a4b64d691700dd7f5b7dcdcff223e9481.tar.gz |
scripts: Add Zoom mute shortcut
-rw-r--r-- | scripts.ahk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts.ahk b/scripts.ahk index 04ab117..da39d5d 100644 --- a/scripts.ahk +++ b/scripts.ahk @@ -27,7 +27,11 @@ return <<body>> -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 |