You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some glyphs need to be created by pressing two different keys after each other. For example, to print the character é you first press the key ´ which results in no printed sign, secondly you press the e button and then these tho signes are merged together. At the moment the input of such signs is not possible in our Terminal because we can only print characters that need one keypress.
We could implement this by adding some logic for this glyphs or we switch to a normal RscEdit control, like mentioned in issue #235
The text was updated successfully, but these errors were encountered:
Some glyphs need to be created by pressing two different keys after each other. For example, to print the character
é
you first press the key ´ which results in no printed sign, secondly you press thee
button and then these tho signes are merged together. At the moment the input of such signs is not possible in our Terminal because we can only print characters that need one keypress.We could implement this by adding some logic for this glyphs or we switch to a normal
RscEdit
control, like mentioned in issue #235The text was updated successfully, but these errors were encountered: