Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing backspace should bring suggestions back #534

Closed
zkrx opened this issue Jun 11, 2024 · 1 comment · Fixed by #609 or #612
Closed

Pressing backspace should bring suggestions back #534

zkrx opened this issue Jun 11, 2024 · 1 comment · Fixed by #609 or #612
Labels
enhancement New feature or request

Comments

@zkrx
Copy link

zkrx commented Jun 11, 2024

When typing fast, it's easy to press space while the wrong word is being suggested. My reflex is then to press backspace expecting to get suggestions back. Unfortunately, nothing happens and one needs to erase the entire word and type the word again. From my memory, old Nokia phones from 2008 behaved like what I'm expecting. How hard would it be to implement such a feature?

Upvote & Fund

  • The repository is using Polar.sh so you can upvote and help fund this issue.
  • The funding is received once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund the backlog.
Fund with Polar
@sspanak
Copy link
Owner

sspanak commented Jun 12, 2024

This is called "word recomposing".

It is not difficult to implement it, but at first I was concerned about performance, so I decided not to do it. It's the only reason, really. But since the optimizations in v27.0, this is no longer a problem.

Challenge accepted. I just need to find free time to do it.

@sspanak sspanak added the enhancement New feature or request label Jun 12, 2024
@sspanak sspanak added the Fund label Aug 15, 2024
This was linked to pull requests Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants