I am trying to use the Teensy LC to emulate a UK laptop keyboard. Everything works great apart from the "#" key.
On a UK keyboard this is a separate physical key (near the enter key) that does not seem to exist on US keyboards. You see it here on this image:
The common names for the key would be hash, pound or sharp but those don’t seem to exist as defines in the teensy keyboard code.
Does it have another name or how do I send that keypress?
I do have UK selected as the keyboard type in the IDE if that makes a difference and I do get a £ sign for a shifted numberic 3 where a normal US keyboard # key would appear.
On a UK keyboard this is a separate physical key (near the enter key) that does not seem to exist on US keyboards. You see it here on this image:
The common names for the key would be hash, pound or sharp but those don’t seem to exist as defines in the teensy keyboard code.
Does it have another name or how do I send that keypress?
I do have UK selected as the keyboard type in the IDE if that makes a difference and I do get a £ sign for a shifted numberic 3 where a normal US keyboard # key would appear.