Open Mic Voice Chat
-
I found a way to make voice chat open mic... its a little buggy but it works. Download "AutoHotkey" and make a new "Ahk" script. I had chatgpt make the script so if anyone can tweak it that would be cool just reply to the post. Currently the script will allow keep your mic open and you can talk in voice chat but it occasionally turns off and you have to press "Capslock" again. YOU WILL NEED TO HAVE "Z" AS YOUR PUSH TO TALK BUTTON
AHK Sript:
#NoEnv
#SingleInstance Force
SetCapsLockState, AlwaysOffmicEnabled := false
CapsLock::
micEnabled := !micEnabledif (micEnabled)
{
SendInput {z down}
}
else
{
SendInput {z up}
}
return
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login