aframe-super-keyboard
aframe-super-keyboard copied to clipboard
Fantasy Wood example showing custom keyboard layouts does not work
http://supermedium.com/aframe-super-keyboard/examples/wood/
The top of the keyboard should show the symbols instead of the numbers. I can see that the keys themselves are there as shown by the attached image but the keyboard visuals are not updating. It also doesn't have the wood appearance that the example thumbnail suggests.
https://imgur.com/a/gSgzyxM
I'm struggling to apply a keyboard layout on my own as this seems to be one of the few examples out there. I have the same issue where I can create "invisible" keys but I can't update the visual layout with my image to make the said keys visible.
Did you ever get to the bottom of this?
There is a misleading part of the readme regarding this, and it might have been the source of your error. In my readme pull request, I updated their info to include this:
Also grab the keyboard assets (e.g., in the dist/) and drop into your project, specifying the imagePath (note: do not include the filename in the path, will look for file matching name of image seen in dist.)
This might solve your issue if that was the misunderstanding.