on-screen-keyboard icon indicating copy to clipboard operation
on-screen-keyboard copied to clipboard

Multiple keyboard layouts

Open RosiersRobin opened this issue 8 years ago • 3 comments

Hi,

Is it possible to switch betwen lay-outs? E.G. from qwerty to azerty?

RosiersRobin avatar Feb 26 '17 20:02 RosiersRobin

Hi, at the moment the keyboard only supports QWERTY, but this is a good idea for a future development.

chriscook avatar Mar 14 '17 09:03 chriscook

HI, I would love a ie. German keyboard!

Is there a way to add keys in the meantime?

Thank you so much for your work!

Dan

skywalker89 avatar Jul 09 '17 12:07 skywalker89

Since the keyboard layout is hard coded into the JavaScript, there's no built-in way to change keys. However, you should be able to just manually change the keyboard layout by editing lines 244 to 362 in the main script file. When you click on a key, it just outputs whatever is in the visible <span> within it, so if you change the letter there, the output will change too.

chriscook avatar Jul 19 '17 12:07 chriscook