MicMute | Mute default mic clicking tray icon or shortcut | Menu library
kandi X-RAY | MicMute Summary
kandi X-RAY | MicMute Summary
Mute default mic clicking tray icon or shortcut
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MicMute
MicMute Key Features
MicMute Examples and Code Snippets
Community Discussions
Trending Discussions on MicMute
QUESTION
This is my first question so I hope that I'm following the guide lines.
A friend of mine streams and is having problems with his discord mute Button. He mutes himself to not disturb the people in the call so he can answer a question in his chat, but than he forgets to unmute and doesn't talk for a few minutes. So I thought that I could give him a surprise and make it that when he mutes himself, an image appears on his display, that tells him that he is muted. But when doing that the the discord mute button doesn't activate, so I need ahk to activate the discord mute button and make the image appear. The image is done. But the muting part is really hard to do. It just won't mute him. If it's possible I don't want to change the initial hot key of control+b, which is his setting. Below is the Code. Thank you very much.
...ANSWER
Answered 2021-Feb-25 at 22:46When you define a hotkey in AutoHotkey, by default it assumes you want to intercept that hotkey before it performs its native function. In this case, you actually want the hotkey to fire your function and still fire the native function. AutoHotkey is way ahead of you: it's got a special hotkey modifier that specifies that AutoHotkey should not intercept the native function of the hotkey. Just stick a ~
in front of your hotkey, like so:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install MicMute
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page