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

Provide an option for 'backspace' to actually 'backspace' i.e. delete completed characters instead of just reverting completion  #91

Closed nausher closed 7 months ago

nausher commented 8 months ago

Currently, 'backspace' reverts the auto-completion trigger, can an option be provided to 'backspace' the actual text? I believe 'shift+backspace' seems to do this but it is not consistent across text controls.

bartekplus commented 8 months ago

Most users prefer using the backspace key to revert the last edit. The shift+backspace (or any other control key, depending on the system) should work just fine, as you've noticed. Could you provide an example with exact steps where it does not work? I'll try to look into that.

bartekplus commented 7 months ago

No input from user. Closing.