Ticket UUID: | 20abda9f20c864c051681f138a8ca0f1d2fdd5cd | |||
Title: | Push-To-Talk Mouse Binds | |||
Status: | Open | Type: | Feature_Request | |
Severity: | Minor | Priority: | Low | |
Subsystem: | Windows | Resolution: | Open | |
Last Modified: | 2019-06-17 22:20:46 | |||
Version Found In: | 0.4.4 | |||
Amos — 2019-05-31 07:33:57 Allow us to bind Mouse buttons (Mouse 3, 4, 5 etc) to Push to Talk and Push to Mute. I use these as almost a requirement for VoIP applications so without this I can't use Ripcord. This is my biggest request right now. Thanks! | ||||
cancel — 2019-06-17 22:20:41 You can use autohotkey or xmousebuttoncontrol to work around it right now. RegisterHotKey (the win32 that Ripcord uses for hotkeys on Windows) doesn't let you bind mouse buttons. So I'd have to switch to RawInput to handle that. And I'm trying to avoid that API because it's a bit invasive to user privacy. But I may be forced to use it in the end. |