;--------------------------------------------------------------------------------------------------------------- ; CHANGELOG: ; ; Oct 07 2023: Initial release by Glisense ltd ; ; Current script is designed for use together with Keyboard Extension® (https://keyboardextension.com) ; ; For the latest version, description and licensing terms go to https://keyboardextension.com/plugins/046ed489 ; ;--------------------------------------------------------------------------------------------------------------- #NoTrayIcon ; Hide tray icon #Requires AutoHotkey v2 if A_Args.Has(1) { dummyParam := A_Args[1] ; A dummy parameter is required so it can be assigned to a control. } Send '{Volume_Mute}'