📜  自动热键静音 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:41.549000             🧑  作者: Mango

代码示例1
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