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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: