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

Support Ctrl+Backspace for deleting the last word #572

Closed
stephen147 opened this issue Aug 26, 2022 · 7 comments · Fixed by #735
Closed

Support Ctrl+Backspace for deleting the last word #572

stephen147 opened this issue Aug 26, 2022 · 7 comments · Fixed by #735
Assignees

Comments

@stephen147
Copy link

Ctrl+BackSpace should delete the previous word like most programs.

https://superuser.com/a/33153/947770

@reupen
Copy link
Owner

reupen commented Aug 26, 2022

Ctrl+Backspace is not natively supported by the Win32 edit control. That's the reason it doesn't work, I'm afraid. For the same reason, supporting it is more of an enhancement.

(You can, of course, press Ctrl+Shift+Left and then Backspace.)

@reupen reupen changed the title BUG? Ctrl + Backspace adds Control Character Support Ctrl+Backspace for deleting the last word Aug 26, 2022
@stephen147
Copy link
Author

No worries, thanks. Hopefully, it can be done easy enough.

@regorxxx
Copy link

regorxxx commented Feb 3, 2023

Agree with this suggestion, and note it's everywhere supported on foobar.
Album list, autoplaylists, search, popup windows, context menu/properties, ....

So it's a bit confusing to have it working and most places and not in others.

@reupen
Copy link
Owner

reupen commented Feb 3, 2023

it's everywhere supported on foobar

Not literally everywhere – it doesn't work in many places in preferences (e.g. the album art patterns, media library file types, advanced preferences).

@regorxxx
Copy link

I was not talking about the preferences window but the actual software daily usage (and in such case this is the exception which is confusing).

Will report the preferences behavior too though, but I don't think it has the same priority since people is not working with that every day (and thus shortcuts are not needed).

@regorxxx
Copy link

@regorxxx
Copy link

regorxxx commented Apr 18, 2023

It has now been fixed/implement on all input boxes on DUI from beta 26 onward, so the previous comment doesn't apply anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants