Switch vocal chat game / Discord mute Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Croco
Posts: 2
Joined: 18 Apr 2021, 06:02

Switch vocal chat game / Discord mute

18 Apr 2021, 06:15

Hello,

I am a basic AutoHotkey user where I mainly use key rebind or text entry.

I would like to make a more advanced toggle function for a game.

Basically my game has a voice chat where you have to hold T. I also use a Discord channel where I have a shortcut (CTRL+F5) to mute the mic and sound.

My goal is to create a combination key like (CTRL+F4) which
if held down :
- send CTRL+F5 key once and hold T key
if released :
- send CTRL+F5 key once and release T key

The goal is that once I speak with the voice chat of the game, it mutes discord and then restore it once finished.

Thanks for your help.
User avatar
mikeyww
Posts: 26871
Joined: 09 Sep 2014, 18:38

Re: Switch vocal chat game / Discord mute  Topic is solved

18 Apr 2021, 07:27

Code: Select all

^F4::
Send ^{F5}{T down}
KeyWait, F4
KeyWait, Ctrl
Send ^{F5}{T up}
Return
Croco
Posts: 2
Joined: 18 Apr 2021, 06:02

Re: Switch vocal chat game / Discord mute

18 Apr 2021, 08:01

Thank you, it works perfectly.

I had gone to a much more complicated script but without success.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: ReyAHK and 44 guests