Track removal confirmation should remove the track by default when pressing Space/Enter.
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 1.3k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
### Enhancement Summary
Right now, pressing Enter/space on the track removal confirmation popup automatically chooses "No", which means you either have to press left arrow and then Enter/Space, or use your mouse.
I suggest changing it to select "Yes" by default.
### Implementation Details / Mockup
Just set the default selection to "Yes" instead of "No".
### Please search the issue tracker for existing feature requests before submitting your own.
- [x] I have searched all existing issues and confirmed that this is not a duplicate.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the track removal confirmation popup and inspect where its default selection is initialized. Change the initial choice from “No” to “Yes”, then verify that pressing Space or Enter confirms removal without arrow-key navigation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 74/100