Thanks for checking it out! Can you try this build? I made some changes for @Stev that seem to have fixed the mouse issue on Mac.
I guess it might also help on Windows.
At the moment, if you send commands too quickly they can get lost (why there are lots of timeouts in the USBKeyboard module). I really need to add a better way to handle that (with callbacks I guess), but if the HID command gets lost then the PC might think the key is held down, and will auto-repeat.
Maybe you could post your code? If you're sending commands one after the other (without using the callback function), that could be causing you problems.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi @conor,
Thanks for checking it out! Can you try this build? I made some changes for @Stev that seem to have fixed the mouse issue on Mac.
I guess it might also help on Windows.
At the moment, if you send commands too quickly they can get lost (why there are lots of timeouts in the USBKeyboard module). I really need to add a better way to handle that (with callbacks I guess), but if the HID command gets lost then the PC might think the key is held down, and will auto-repeat.
Maybe you could post your code? If you're sending commands one after the other (without using the callback function), that could be causing you problems.