diff options
-rw-r--r-- | scripts.ahk | 6 |
1 files changed, 3 insertions, 3 deletions
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 |