Closed 7fe closed 3 years ago
I didn't look through your html code. But the background.js file that you can download has 2 errors.
first error at line 1 you don't open your comment you only close it.
second error at line 56: when you have a quote inside two quotes (like " " ") you need to escape the inside quote with a backslash (" \" ") or you could use apostrophes (like ' " '). (Without the spaces)
This is a sweet idea, and if there is updated code with the pointed out problems fixed, please make it available for alpha testers!
So I am in the process of creating a GUI to create these keyboard layouts any advice or code input would be appreciated I have the GUI and download link set up I just need to go through the process of wiring everything together. There is a slight bug with the # key that I have been able to figure out yet.