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
https://github.com/wikimedia/jquery.ime/ - has support for many keyboards, though would also increase application size. Some common diacritical marks are listed at https://en.wikipedia.org/wiki/Combining_Diacritical_Marks . If adds diacritic codes directly in orthography.ts, for example '\u0300' - combining grave, '\u0301' - combining acute, '\u0304' - combining macron, the diacritic mark does appear, but not over the letter as a suffix, rather in its own box. The function onChar is used from Keyboard.tsx and can be modified to check if a suffix character is being added. Alternatively, an onSuffix function can be introduced.
See this comment by Milind:
Note: the "provide a hint" request is not being slated for development.
The text was updated successfully, but these errors were encountered: