octalmage / robotjs

Node.js Desktop Automation.
http://robotjs.io
MIT License
12.3k stars 949 forks source link

microphone_mute #643

Open EnderArchery opened 3 years ago

EnderArchery commented 3 years ago

As there is support for the audio_mute button, it would be nice, if there was support for the microphone_mute button.

Expected Behavior

Being able to use robot.keyTap("microphone_mute") to toggle the microphone.

Context

My keyboard has no button for that. While my keyboard has support for pressing the key via reprogramming the button using a macro, the macro function only allows me to set the key by the key being pressed. With robotjs I am able to simulate the button press and set the key to be pressed. But unfortunately robotjs doesn't support the button either.

Your Environment