Have "Escape" work in .txt files or have a pop-up mentioning how to exit
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 659
- Forks
- 133
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 110
Description
Hi, this might be trivial but for a first user the way to exit a .txt file is not intuitive from the keyboard.
The focus is on a text editor and the normal ESC button does not work. The editor should either accept "Escape" as a button, or there should be a toaster notification for the user, like "Press SHIFT+ALT, ESC to close this editor".
Thank you.
Contributor guide
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
Start by locating the keyboard handling for the text editor used with .txt files and reproduce the current Escape behavior. Done means either Escape closes the editor or a toaster clearly tells users how to exit, including the existing SHIFT+ALT, ESC shortcut.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100