defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Unable to type accents into the code editor on Ubunto 64-bit #1879

Open matgis-king opened 6 years ago

matgis-king commented 6 years ago

Forum post: https://forum.defold.com/t/how-do-i-show-accented-words-on-gui-or-label/19591/5

deynne.a:

It’s been like that there has been sometime. Like, the “ç” works, but the “é”, the “á”, the “ã” and the others alike does not work… Actually, I can’t put accent symbols normally(typing twice), i have to hold the alternate graphics key to do that. Whenever i try to put those letters it just ignores and kind of consumes the input. On the editor input field it works though.

This appears to work on macOS, so we will need to reproduce it on Ubunto.

matgis-king commented 6 years ago

NOTE: There seems to be a slight difference from the built-in TextInputControlBehaviour in how we classify character input as typable in keymap.clj. We might want to see if the problem goes away if we do the exact same thing they do.