Skip to content

Commit 59a6441

Browse files
authored
feat: Add names for some keypad key codes (#34)
1 parent 1a233de commit 59a6441

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/hid-usage-name-overrides.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,29 @@
3737
"80": "",
3838
"81": "",
3939
"82": "",
40+
"83": "Num",
41+
"84": "/",
42+
"85": "*",
43+
"86": "-",
44+
"87": "+",
45+
"88": "Enter",
46+
"89": "1 End",
47+
"90": "2 ↓",
48+
"91": "3 PgDn",
49+
"92": "4 ←",
50+
"93": "5",
51+
"94": "6 →",
52+
"95": "7 Home",
53+
"96": "8 ↑",
54+
"97": "9 PgUp",
55+
"98": "0 Ins",
56+
"99": ". Del",
4057
"100": "NUBS",
58+
"103": "=",
59+
"133": ",",
60+
"134": "=",
61+
"176": "00",
62+
"177": "000",
4163
"224": "Ctrl",
4264
"225": "Shift",
4365
"226": "Alt",

0 commit comments

Comments
 (0)