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 support for ctrl+{backspace,delete} to remove words in text inputs #329

Closed
norohind opened this issue Feb 20, 2024 · 2 comments · Fixed by #389
Closed

Add support for ctrl+{backspace,delete} to remove words in text inputs #329

norohind opened this issue Feb 20, 2024 · 2 comments · Fixed by #389
Milestone

Comments

@norohind
Copy link

Hi. Pressing ctrl+backspace or ctrl+delete in order to delete a word to the left or to the right of the cursor is a pretty common thing when working input fields, at least for me. I was expecting for this thing to work in supersonic too.

@dweymouth
Copy link
Owner

Oh yeah, this is definitely a good one to add, but it has to happen upstream in Fyne - fyne-io/fyne#4524

I could probably implement this for the next Fyne release after which it could end up in Supersonic in maybe 1 or 2 releases from now

@dweymouth
Copy link
Owner

On a separate note, I've been working on keyboard-based scrolling and focus navigation of the list and grid views, so keyboard usability of Supersonic will get a big bump next release :)

@dweymouth dweymouth added this to the 0.11.0 milestone May 24, 2024
@dweymouth dweymouth linked a pull request May 25, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants