mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Use “DoublePush Time for Activation/Toggle” for Global Shortcuts #1888
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#1888
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HeruAsatru on GitHub (Jun 7, 2020).
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 on GitHub (Jun 7, 2020):
Sounds reasonable to me 👍
@KanhaBhawani commented on GitHub (Sep 5, 2021):
can i do this?
@Krzmbrzl commented on GitHub (Sep 5, 2021):
@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 on GitHub (Sep 30, 2022):
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 on GitHub (Sep 30, 2022):
Some tips on how to implement this? Thanks!