bartekplus / FluentTyper

FluentTyper auto completes while you typing. FluentTyper attempts to improve the ease and speed of textual input by predicting words.
Other
32 stars 7 forks source link

Improve "Automatically insert space after autocomplete" feature  #24

Open bartekplus opened 2 years ago

bartekplus commented 2 years ago

The current behavior is that FF doesn't insert space automatically if the next char is whitespace or any of ".!?);:" characters. This is totally fine (it avoids double space, eg edits in the middle of a sentence), but once a user starts typing after auto-complete FF should insert missing space automatically.