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 note that, though the media keys are mapped in main.go, and though I mapped a few more of them, none are passed through to the host or have any effect on the host when the host is either Windows 7 or 10 at least. I have the mapping as:
and that mapping, combining my own mapping and that which was already there, seems to correspond to the USB HID specification and the keys received from the Bluetooth board. However, I can hit these keys as much as I like but nothing happens on the host. I have tried several keyboard code display programs but they don't even seem to see the multimedia keys. I understand, from the research, that this may require some sort of separate descriptor to pass multimedia keys to Windows? I'm a bit lost on this so put it forward very tentatively. Any ideas would be very greatly appreciated. All the keys on my board, including my braille keyboard, seem to work except for these. The excellence of this code for unique boards can't be overestimated.
Thanks,
The text was updated successfully, but these errors were encountered:
Thanks for looking into this. I used both the utility you mentioned as well as the AutoHotkey key spy system, but neither seems to pick up the media keys from any keyboard. That is, even my other keyboard, which is USB, is plugged directly into the PC, and on which hitting the media keys works fine to control media does not show these keys when using KeyboardStateView or the AutoHotkey utilities. The keys from that USB keyboard work well, but the keyboard utility doesn't see them. The keys from the Bluetooth keyboard, even after having added them to the mapping, don't work at all though, of course, other keys work fine. If I may ask, are the media keys working on your end when running them through Go-HidProxy?
Thanks again for having a look. t
Hi,
I note that, though the media keys are mapped in main.go, and though I mapped a few more of them, none are passed through to the host or have any effect on the host when the host is either Windows 7 or 10 at least. I have the mapping as:
and that mapping, combining my own mapping and that which was already there, seems to correspond to the USB HID specification and the keys received from the Bluetooth board. However, I can hit these keys as much as I like but nothing happens on the host. I have tried several keyboard code display programs but they don't even seem to see the multimedia keys. I understand, from the research, that this may require some sort of separate descriptor to pass multimedia keys to Windows? I'm a bit lost on this so put it forward very tentatively. Any ideas would be very greatly appreciated. All the keys on my board, including my braille keyboard, seem to work except for these. The excellence of this code for unique boards can't be overestimated.
Thanks,
The text was updated successfully, but these errors were encountered: