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

What is a good approach to implementing a "backspace" or "reverse" feature? #39

Open
charlesprescottcollins opened this issue Feb 9, 2022 · 2 comments

Comments

@charlesprescottcollins
Copy link

Rewind starts the loop over from the beginning, but what would be a good approach to backing up a few characters?

A use case would be emulating the backspace button for typed text.

@sgwilym
Copy link
Owner

sgwilym commented Feb 10, 2022

I have something unreleased for this, and it turned out to be far more complex than I expected because of all the cases I wanted to be able to handle. It's going to need a big new release with new docs, so thank you for your patience!

@liho00
Copy link

liho00 commented Mar 27, 2022

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants