From 81f78507e57d9dab97f1ecce12c67a9675bf6d50 Mon Sep 17 00:00:00 2001 From: Anthony Tan Date: Tue, 14 Jan 2025 10:16:25 -0500 Subject: [PATCH] Update the display for brackets/parentheses. - fixes #100 --- src/hid-usage-name-overrides.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hid-usage-name-overrides.json b/src/hid-usage-name-overrides.json index f2773ff..ddd9955 100644 --- a/src/hid-usage-name-overrides.json +++ b/src/hid-usage-name-overrides.json @@ -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": ";" },