Simple Autohotkey script to mute your microphone
Go to file
2024-05-21 13:25:40 +02:00
LICENSE Initial commit 2024-05-21 13:24:59 +02:00
micmute.ahk Add micmute.ahk 2024-05-21 13:25:40 +02:00
README.md Update README.md 2024-05-21 13:25:22 +02:00

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.

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