Skip to content
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

Capture data from HID-compliant control device #166

Open
CyberAndrew opened this issue Jun 12, 2023 · 0 comments
Open

Capture data from HID-compliant control device #166

CyberAndrew opened this issue Jun 12, 2023 · 0 comments

Comments

@CyberAndrew
Copy link

I have RF remote with USB dongle.
It acts like usual HID-keyboard (HID_DEVICE_SYSTEM_KEYBOARD), mouse (HID_DEVICE_SYSTEM_MOUSE).

Except media keys: volume up, down, prev, next song etc.
These media keys are sent from third "HID-compliant control device" (hid type "HID_DEVICE_SYSTEM_CONSUMER").

I use AutoHotInterception (which uses your driver) to remap these keys, but can't capture these keys. Because formally this is not either keyboard or mouse. But it sends keycodes too, I can see it in program HidMacros (but can't remap, it only see code but do nothing with that for somereason).

Any idea how to capture these media keys from HID-compliant control device?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant