Open
Description
Currently the HID libraries only seem to allow for US keyboard keycodes. Please could they allow for different keyboard layouts, e.g. UK?
e.g. Using tinygo on a Badger2040 to send '#' (hash) using USB HID will instead show on a PC as '£' (UK Pound) when Windows is set with UK keyboard.
Without this, there is no (simple) way to send the '@' character, which shows as '"', as well as some other characters...