dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
670 stars 26 forks source link

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

Closed norohind closed 1 month ago

norohind commented 4 months ago

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 commented 4 months ago

Oh yeah, this is definitely a good one to add, but it has to happen upstream in Fyne - https://github.com/fyne-io/fyne/issues/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 commented 4 months ago

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 :)