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.
As there is support for the
audio_mute
button, it would be nice, if there was support for themicrophone_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