Skip to content

Commit

Permalink
Update the display for brackets/parentheses.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanant committed Jan 14, 2025
1 parent 7a49ed0 commit 81f7850
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/hid-usage-name-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"35": { "short": "6" },
"36": { "short": "7" },
"37": { "short": "8" },
"38": { "short": "9" },
"39": { "short": "0" },
"38": { "short": "9", "Name":"Keyboard 9 and Left Parenthesis"},
"39": { "short": "0", "Name":"Keyboard 9 and Right Parenthesis"},
"40": { "short": "Ret", "med": "Return" },
"41": { "short": "Esc", "long": "Escape" },
"42": { "short": "BkSp", "med": "BkSpc", "long": "Backspace" },
"44": { "short": "", "med": "Space" },
"45": { "short": "-", "med": "Dash" },
"46": { "short": "=", "med": "Equals" },
"47": { "short": "{" },
"48": { "short": "}" },
"47": { "short": "[", "Name": "Keyboard Left Bracket and Brace" },
"48": { "short": "]", "Name": "Keyboard Right Bracket and Brace" },
"49": { "short": "\\" },
"50": { "short": "NUHS", "long": "NonUS Hash" },
"51": { "short": ";" },
Expand Down

0 comments on commit 81f7850

Please sign in to comment.