bsiever / microbit-pxt-blehid

Micro:bit MakeCode support to act as a Human Interface Devices (keyboard, mouse, etc.) over Bluetooth
https://bsiever.github.io/microbit-pxt-blehid/
MIT License
30 stars 10 forks source link

Spacebar #25

Closed eugene-bce closed 2 years ago

eugene-bce commented 2 years ago

How can you use spacebar? I had a look through the docs but I can't seem to find it.

bsiever commented 2 years ago

Hi @r3dh0t

A space can be typed, so you can send it with the normal send keys for the keyboard blocks. Here's an example: https://makecode.microbit.org/_VLET7h3b60Yt

I haven't had a chance to check it, but it should be ok.