[inconsistency] F20-F32 have uppercase F, F1 to F19 have lowercase F
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.2k
- Forks
- 356
- PR merge metrics
- No merged PRs in 30d
Description
Why are the F keys from F1 to F19 all f<number> and then F20 to F32 are F<number> for the description field?
Also the fields of F20-F32 are not completely filled in like the other F keys.
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
Inspect lib/keycodes/with-events.ts around lines 1169-1175 and compare the F1-F19 entries with F20-F32. Normalize the F-key description fields and fill the incomplete F20-F32 fields to match the other entries, then verify the key event table remains consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100