mirror of
https://github.com/ForLoopCodes/legacy-notepad.git
synced 2026-04-26 12:25:50 +03:00
[GH-ISSUE #24] DEL key does nothing #13
Labels
No labels
bug
bug
documentation
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/legacy-notepad#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BrianJ20 on GitHub (Feb 10, 2026).
Original GitHub issue: https://github.com/ForLoopCodes/legacy-notepad/issues/24
Originally assigned to: @ForLoopCodes on GitHub.
The DEL key does nothing. Still works fine outside of legacy-notepad..
Anyone else experience this?
@ForLoopCodes commented on GitHub (Feb 14, 2026):
will fix it <3
@ForLoopCodes commented on GitHub (Mar 4, 2026):
Fixed — thanks for the report.
The DEL key was being intercepted by an app-level accelerator.
I removed that conflict, so DEL now follows normal editor behavior (delete next char / delete selection).
This will be in the next release.