Seems JSON attached to the current https://usb.org/document-library/hid-usage-tables-13 document have wrong button name: ```json { "Id": 86, "Name": "Keyboard Dash", "Kinds": [ "Sel" ] }, ``` `Keyboard Dash` should be `Keypad Dash` according to the PDF text.
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 Dashshould beKeypad Dashaccording to the PDF text.