Command key acts as delete key
Open
bug
- Dominant language
- JavaScript
- Stars
- 25
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
A report came in that the command key on Mac acts as a delete key instead.
Relevant code is probably client/window_event.js, where event.metakey should be added.
See: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKey
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in client/window_event.js and review the keyboard event handling around event.metakey, using the linked MDN KeyboardEvent.metaKey documentation for reference. Verify the change on macOS so the Command key is recognized correctly and no longer acts as a delete key.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100