notepad-plus-plus / notepad-plus-plus/notepad-plus-plus

Undo hotkey Alt+Backspace makes a beep sound

Open
#898 14 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
29.4k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Windows traditionally uses both hotkeys for undo, Alt+Backspace and Ctrl+Z. (There are more alternates often neglected by developers, like Ctrl+C/Ctrl+Insert, Ctrl+X/Shift+Delete, Ctrl+V/Shift+Insert.)

While both undo hotkeys work here, fortunately (unlike Ctrl+W vs. Ctrl+F4, see #879), Alt+Backspace plays the default sound when pressed. This should not happen.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in the Notepad++ editor by invoking Undo with Alt+Backspace on Windows, then trace the keyboard handling for that shortcut. Done means Alt+Backspace still performs Undo without playing the default system beep; no file or test location is specified in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.