Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Keypad Dash usage name in HUT 1.3 #6

Open
DJm00n opened this issue Dec 14, 2022 · 5 comments
Open

Wrong Keypad Dash usage name in HUT 1.3 #6

DJm00n opened this issue Dec 14, 2022 · 5 comments

Comments

@DJm00n
Copy link

DJm00n commented Dec 14, 2022

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.

@matwilli
Copy link
Contributor

matwilli commented Jan 6, 2023

Thanks @DJm00n , you're absolutely right! I've included this fix into the proposed HUT 1.4, currently being reviewed by the USB-IF HID-WG committee. This (should) be integrated and published by the end of January 2023. I'll respond back to this comment when complete

@DJm00n
Copy link
Author

DJm00n commented Jan 6, 2023

Thank you @matwilli!

@matwilli
Copy link
Contributor

matwilli commented Jan 30, 2023

This has now been fixed with the most recent release of HUT1.4. There will be some lag between the publishing on USB-IF and the doc's inclusion here (but you should be able to replace it yourself locally without headache). Thanks again for the great find; it's really hard when you're doing it all yourself!

There's another thread going on about a possible problem with including the .PDF in this repro at all (potential copyright conflict), which is still being addressed.

@DJm00n DJm00n closed this as completed Feb 1, 2023
@DJm00n
Copy link
Author

DJm00n commented Sep 8, 2023

Hi @matwilli!
I have found another strange usage name in HUT1.4.

  {
    "Id": 52,
    "Name": "Keyboard Left Apos and Double",
    "Kinds": [
      "Sel"
    ]
  },

From what I can see it should be Keyboard Apostrophe and Double Quotation Mark (which is case for usual US keyboard) or Keyboard Left Single Quotation Mark and Left Double Quotation Mark if we strictly translate Unicode chars what we have in PDF (U+2018 ‘ LEFT SINGLE QUOTATION MARK and U+201C “ LEFT DOUBLE QUOTATION MARK):

image

I am right?

@matwilli
Copy link
Contributor

matwilli commented Sep 9, 2023

Thanks @DJm00n for your continued diligence! Yes, I agree that your proposal are clearer than what I currently have. "Keyboard Apostrophe and Double Quotation Mark" seems to be the clearest

I'll respond back to this thread when it has been published and generally available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants