Wrong `Keypad Dash` usage name in HUT 1.3

Open
#6 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
48/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
csharp
Domain
tooling

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.

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.

Dominant language
C#
Stars
291
Forks
39
Avg merge
1h 54m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

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.

More from microsoft/hidtools

All issues in microsoft/hidtools

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.