microsoft / microsoft/hidtools
Wrong `Keypad Dash` usage name in HUT 1.3
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 291
- Forks
- 39
- Avg merge
- 1h 54m
- Merged PRs (30d)
- 1
Description
Seems JSON attached to the current https://usb.org/document-library/hid-usage-tables-13 document have wrong button name:
{
"Id": 86,
"Name": "Keyboard Dash",
"Kinds": [
"Sel"
]
},
Keyboard Dash should be Keypad Dash according to the PDF text.
Contributor guide
No contributing guide indexed for this repository
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
Locate the JSON entry with Id 86 in the repository and compare its name with the PDF text from the linked HID Usage Tables 1.3 document. Change the displayed name from “Keyboard Dash” to “Keypad Dash” and verify that the JSON remains valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100