Seytonic / malduino

All the Malduinos!
MIT License
208 stars 50 forks source link

German keyboard fix (AltGr combinations) #8

Closed MarvinJWendt closed 7 years ago

MarvinJWendt commented 7 years ago

I will make it short:

STRING \ { [ ] } was returning ß 7 8 9 0

Now it is returning: \ { [ ] }

And the other AltGr combinations are fixed too.

A more complex string:

Original String !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_abcdefghijklmnopqrstuvwxyz{|}~

Unmodified Firmware !"#$%&ß'()*+,-./0123456789:;<=>?qABCDEFGHIJKLMNOPQRSTUVWXYZ8ßß9^_abcdefghijklmnopqrstuvwxyz7<0+

With this fix applied: !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_abcdefghijklmnopqrstuvwxyz{|}~