deadpixi / sam

An updated version of the sam text editor.
Other
433 stars 47 forks source link

Pressing alt gr on azerty keyboard inserts unwanted character #54

Closed keedt closed 7 years ago

keedt commented 7 years ago

Hello, Whenever I press the right alt key on my azerty keyboard (the so-called alt greek key), a glyph is inserted, with hexadecimal value "ef b8 83". When I hold the altgreek key and then type for example the 5 key, a [ is displayed like it should, so apart from inserting this unwanted glyph, the alt gr is working. In the attached file, I have pressed the following keys:

Thanks,

deadpixi commented 7 years ago

Hi @keedt.

Please try the latest code in master. Also, please let me know if you have any problems with the sam-specific key composition mechanism (press and hold left alt, and the press two other keys as described in keyboard(5)).

If this all works, please close this ticket. Thanks for your help in debugging!

keedt commented 7 years ago

Works like a charm, also the left alt key composition mechanism. Thanks for the quick bug fix!

deadpixi commented 7 years ago

@keedt I just recently made some more changes to the keyboard handling. Would you mind trying the latest master code and letting me know if it still works the way you expect it to? Thank you!

keedt commented 7 years ago

Still works like a charm!

deadpixi commented 7 years ago

Awesome, thank you.