Possible bug with windows and a German keyboard layout
I recently ran into some problems while using my Teensy 3.0 with a German keyboard layout. The Problem however only occurs on windows machines, on Linux machines everything works fine. It seems that every apostrophe turns into acute accents and sometimes even this "ï" character I have never seen before.
This is from the layout test run on a Linux machine:
I am not really sure if this is even a bug on the teensy side and not on the windows side, but I thought I'd let you know anyway and hope that someone might be able to help me with my problem.
It looks as if there is a bug in the German, German_Mac and Canadian French layouts. In hardware/teensy/cores/teensy3/keylayouts.h the value for ASCII_27 has been copied from the US_International layout (where the ' key is used as a combining accent).
A diacritic key is activated by pressing and releasing it, then pressing the letter that requires a diacritic. After the two strokes, the single character with diacritics is generated. Note that only certain letters, such as vowels and "n", can have diacritics in this way. To generate the symbols ', `, ", ^ and ~, when the following character is capable of having a diacritic, press the Spacebar after the key.
This explains the acute accent plus space in the US_International layout. I will try to do some more checks on the german, German_Mac and Canadian_French layouts as there may be other related errors.
So far unexplained, is why the expected (correct) result is obtained on Linux, since the same teensy code is running.
It doesn't matter which program is receiving, it's always the same result. Thank you for your help so far, the information you gave might even be sufficient enough for me to temporarily work around the problem.
Hi !
any suggestions , how i can solve this ?? even temporarly ?
i looked at the ascii codes , but i dont know, which key i assign to ascii #27 in german layout.
thanx alot