Closed minki710 closed 1 year ago
Can you describe your hardware setup?
we are using the Jacdac HID Brain with the STM32F chip, and then a standard Jacdac button by Kittenbot.
We have been able to get every other key / combination working except this and the space key posted separately.
Thanks!!!
The issue is probably here, we don't send empty command (silly)
https://github.com/microsoft/pxt-jacdac/blob/master/hid-keyboard/client.ts#L306
Try pxt-jacdac v1.8.41
it works!!! thank you!
I am trying to something like sticky keys, to be able to use a button to hold down shift, and then allow using the mouse to select multiple objects, such as cells in Excel or multiple images in Powerpoint.