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

Add undo functionality (like in Thumb-Key) #158

Open
5 tasks done
tanjeff opened this issue Apr 21, 2024 · 2 comments
Open
5 tasks done

Add undo functionality (like in Thumb-Key) #158

tanjeff opened this issue Apr 21, 2024 · 2 comments
Labels
feature New feature or request

Comments

@tanjeff
Copy link

tanjeff commented Apr 21, 2024

Context

I switched from MessageEase to Thumb-Key some time ago, but was missing the "drawing a circle" and "slide back-and-forth" gestures. Now I switched from Thumb-Key to Flickboard, which provides these.

Describe your suggested feature

I miss the undo-functionality found in Thumb-Key. This is very handy when accidentally deleting too much text. It's not a show-stopper, though.

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new one, NOT a duplicate or related to another open issue.
  • This is a single feature request, in case of multiple feature requests I will open a separate issue for each one (they can always link to each other if related)
  • I have written a short but informative title.
  • I have checked through the app settings for my feature.
  • I will fill out all of the requested information in this form.
@tanjeff tanjeff added the feature New feature or request label Apr 21, 2024
@nightkr
Copy link
Owner

nightkr commented Apr 28, 2024

This already exists.. sort of.

Now that ctrl actions finally work, you can type ctrl+z to use the text editor's native undo, or ctrl+shift+z for redo.

It actually looks like this is what thumb-key does too, behind the scenes (https://github.com/dessalines/thumb-key/blob/1514e64ae093c558389f6708ec672d2ab35ae6fc/app/src/main/java/com/dessalines/thumbkey/utils/Utils.kt#L899-L916).

@tanjeff
Copy link
Author

tanjeff commented Apr 30, 2024

Cool, I didn't realize that. I still vote for a dedicated undo-gesture, but that's a matter of taste.

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

No branches or pull requests

2 participants