You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Just started using the app, and it's working great. Would it be possible to add an option that toggles mic muting on key hold and toggles it back on key release?
Would be extra cool if it detected when the toggle key is being held for over 500ms and triggers this behavior automatically.
The text was updated successfully, but these errors were encountered:
@phuein it similar to push to talk feature #9
Unfortunately, this project uses Shortcut library https://github.com/AlexArchive/Shortcut
And it can only notify about shortcut press event, not keyup or keydown (keyup and keydown are required to capture hold/release events)
Yeah, the Shortcut library was last updated on Dec 19, 2014, so not much to work with there. I implemented this with a workaround. Far from perfect, but I didn't see myself sending a PR to a much older project.
Hi. Just started using the app, and it's working great. Would it be possible to add an option that toggles mic muting on key hold and toggles it back on key release?
Would be extra cool if it detected when the toggle key is being held for over 500ms and triggers this behavior automatically.
The text was updated successfully, but these errors were encountered: