6 ms·
hidclient will let your laptop pretend to be bluetooth keyboard and mouse. https://web.archive.org/web/20180610141436/http://anselm.hoffmeister.be/computer/hid
by RunSet 3y ago
hidclient will let your laptop pretend to be bluetooth keyboard and mouse.
https://web.archive.org/web/20180610141436/http://anselm.hoffmeister.be/computer/hidclient/index.html.en https://web.archive.org/web/20180610141436/http://anselm.hof...
https://github.com/benizi/hidclient https://github.com/benizi/hidclient
- boneitis 3y agoThanks for posting this. It is pretty much solving a major pain point for me (as is TFA, seemingly on a brief skim), even if with some usability friction. I have a Flipper Zero and have always fantasized about having some sort of VMware/VirtualBox-like application that operates in a capture mode to forward all inputs to another device (similarly as to the guest machine in the VM player) with a keyboard shortcut to release the HIDs back to the host. In the Flipper Zero's case (or any SBC/SOC/microcontroller/whatever-term-is-appropriate), it would be so lovely to be able to operate in all four combinations of: Host - BT - Flipper - BT - Second device Host - USB - Flipper - BT - Second device Host - BT - Flipper - USB - Second device Host - USB/GPIO - Flipper - USB/GPIO - Second device Unfortunately, I don't work so close to the hardware, so I've no idea where to even begin with this. A man can dream. Sigh.