Jump to content
LaunchBox Community Forums

Any way to bind "mute system" through BigBox?


Monsterclip

Recommended Posts

On 12/17/2023 at 7:52 PM, Monsterclip said:

I checked the bindings, and I see Volume Up and Volume Down, but is there any other way to set one of my control panel arcade buttons to mute? This would be a system mute obviously, but I'm assuming that's what the BB binding is doing anyway.

Thanks,

An AHK hotkey can do that. All you would need is this one liner below. It works like a toggle hotkey, muting or unmuting your system volume accordingly. You can put this script into your startup applications in LaunchBox and tell it to launch only when Big Box launches. This way the script is always running when you do launch Big Box, and you can then hit your arcade panel button to mute/unmute when you want. Right now, it's using F12 as the hotkey. You can change that hotkey to whatever key or combo of keys you would like to match up with your arcade button or combo of them

 

;Toggle Mute/Unmute Volume
F12::Send {Volume_Mute}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...