-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PTT/Keybind Modifier Key Fix #14
Comments
This is likely due to the Win32 hotkey API (see: RegisterHotKey). A workaround in theory would be to reregister the hotkey with all the modifiers set (and I'm not sure if that actually works), but a more proper alternative would be to use RawInput; cancel's reason for not already doing this is to not have Ripcord de facto act as a keylogger. If you're fine with that, I could probably add an option that replaces all the Ripcord hotkeys. It may however significantly raise AV detection rates as we would now not only be hijacking a DLL, but also constantly reading keyboard input... |
OBS has a similiar issue but i don't know if it's the same, which you can fix by adding the modifier keys, so i'd assume it'll work the same |
OBS uses |
When a modifier key (Shift, Ctrl) is pressed, Push-to-Talk does not work (nor does muting or keybinds in general), could this be somehow changed?
The text was updated successfully, but these errors were encountered: