How can I list all available keyboard characters with JavaScript or|and PHP?
Lets say that user doesn't have access to the keyboard and can only fill a form with the mouse. I want to list all available keyboard characters to bind them to the mouse click event.
EDIT:
I don't care what kind of keyboard user has. What I know is that Alt + 0246 gets ö as @Barney sad. Where is that ö stored so that some keyboards access that character from a key and others with ALT + 0246? Isn't that location like an array accessible by PHP|JavaScript?