Quickly deselecting all files
Open
Beginner friendly
enhancement
- Dominant language
- Python
- Stars
- 46.7k
- Forks
- 1.9k
- Avg merge
- 9d 2h
- Merged PRs (30d)
- 4
Description
Deselecting files when in muliselect mode is unnecessarily difficult. Most file managers will deselect everything if you click in empty space or hit the esc key. I keep unintentional rearranging the ui by hitting esc when trying to get rid of a selection.
Contributor guide
Research direction
Look for the UI code handling multiselect mode and keyboard shortcuts, likely in the frontend JavaScript or Python web server logic. Start by searching for 'esc' or 'escape' key handling, then find where file selections are managed. Test by running the server, selecting multiple files, and pressing ESC to see current behavior. The fix should deselect all files on ESC or click in empty space.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100