From fd500e56ebeb95d159f359fda9878593efd44c29 Mon Sep 17 00:00:00 2001 From: efiyo Date: Tue, 21 May 2024 13:25:22 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b358352..770f282 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # micmute-autohotkey +Simple Autohotkey script to mute your microphone. Turns on the Scroll Lock LED on your keyboard when the microphone is muted so you have a visual indicator when the microphone is muted. -Simple Autohotkey script to mute your microphone \ No newline at end of file +Instructions: + + Download and install Autohotkey here https://www.autohotkey.com/ + + Download and add the Sound volume command line tool from Nirsoft https://www.nirsoft.net/utils/sound_volume_command_line.html to your %PATH% + + Download the micmute.ahk file from the repository + + Adjust line #5 to set the hotkey you want to use to mute/unmute the microphone, documentation available at https://www.autohotkey.com/docs/v2/KeyList.htm + + adjust lines #11 and #13 with your Microphone name, I suggest naming it something different than the default Microphone + + Run the script and press the hotkey you edited on line #5