rjkroege / edwood

Go version of Plan9 Acme Editor
Other
380 stars 34 forks source link

Interop correctly with long-press i18n UI #421

Open rjkroege opened 2 years ago

rjkroege commented 2 years ago

MacOS has an i18n feature where long-pressing on a key (e.g. e) that may have diacriticals in non-English Latin-script languages (e.g. French) will open a popup that lets one choose the letter with a diacritical version. This doesn't really work as intended in Edwood:

To fix this:

This concievably is actually a devdraw bug so perhaps can only be fixed with changes there or use of an alternative (c.f. #205)