autohotkey mute sound
MuteSoundWithNotification:
SoundGet, LevelM, Master
If (LevelM > 0) {
SoundBeep ,800, 100
Send {Volume_Mute} ; Mute sound
;SoundSet, Mute
}
Else {
SoundSet, 10 ; restores to 10% volume
SoundBeep ,800, 100
}
return
autohotkey mute sound
MuteSoundWithNotification:
SoundGet, LevelM, Master
If (LevelM > 0) {
SoundBeep ,800, 100
Send {Volume_Mute} ; Mute sound
;SoundSet, Mute
}
Else {
SoundSet, 10 ; restores to 10% volume
SoundBeep ,800, 100
}
return
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us