mumble-voip / mumble

Mumble is an open-source, low-latency, high quality voice chat software.
https://www.mumble.info
Other
6.26k stars 1.1k forks source link

Use “DoublePush Time for Activation/Toggle” for Global Shortcuts #4262

Open HeruAsatru opened 4 years ago

HeruAsatru commented 4 years ago

Context Right now, you can toggle Push To Talk via the DoublePush Time setting under Transmission in the Audio Input section. However, by default, Push To Talk shouts in all Subchannels around your current Channel, which is sometimes not what you want. It would be nice to have the same functionality (toggle on/off) for the "Whisper" Shortcut.

Describe the feature you have in mind To make it a bit broader than above, it would be nice to be able to toggle Shortcut functions where applicable. In this example, I'd like to be able to toggle the "Whisper to Current Channel" Shortcut on and off.

Describe alternatives you've considered I thought about implementing this with AutoIt, basically making an AutoIt Script that would hold down the Shortcut key when I press some other key, but the games I play might interpret a running AutoIt Script as cheating, and that would be bad.

There's not much else I can do, the channel layout of the Mumble server I'm on is out of my hands.

Krzmbrzl commented 4 years ago

Sounds reasonable to me :+1:

KanhaBhawani commented 3 years ago

can i do this?

Krzmbrzl commented 3 years ago

@KanhaBhawani we would very much appreciate it, if you did!

Do you already have an idea what needs to be done for this or would you like some pointers? :)

pascalin commented 1 year ago

Hello, is there some progress on this? I need a way to toggle two different shout actions without having to press the shortcut all the time.

pascalin commented 1 year ago

Some tips on how to implement this? Thanks!