Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
380 changes: 300 additions & 80 deletions src/hid-usage-name-overrides.json
Original file line number Diff line number Diff line change
@@ -1,85 +1,305 @@
{
"7": {
"30": { "short": "1" },
"31": { "short": "2" },
"32": { "short": "3" },
"33": { "short": "4" },
"34": { "short": "5" },
"35": { "short": "6" },
"36": { "short": "7" },
"37": { "short": "8" },
"38": { "short": "9" },
"39": { "short": "0" },
"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": "}" },
"49": { "short": "\\" },
"50": { "short": "NUHS", "long": "NonUS Hash" },
"51": { "short": ";" },
"52": { "short": "'" },
"53": { "short": "`" },
"54": { "short": "," },
"55": { "short": "." },
"56": { "short": "/" },
"57": { "short": "Cap", "long": "Caps Lock" },
"70": { "short": "PrSc", "long": "Print Scr" },
"71": { "short": "ScLk", "long": "ScrollLock" },
"72": { "short": "Paus", "med": "Pause" },
"73": { "short": "Ins", "med": "Insert" },
"75": { "short": "PgUp", "med": "PageUp", "long": "Page Up" },
"76": { "short": "Del", "med": "Delete" },
"78": { "short": "PgDn", "med": "PageDn", "long": "Page Down" },
"79": { "short": "→" },
"80": { "short": "←" },
"81": { "short": "↓" },
"82": { "short": "↑" },
"83": { "short": "Num", "med": "NumLck", "long": "Num Lock" },
"84": { "short": "/" },
"85": { "short": "*" },
"86": { "short": "-" },
"87": { "short": "+" },
"88": { "short": "Ent", "med": "KP Ent", "long": "KP Enter" },
"89": { "short": "1 En", "med": "1 End" },
"90": { "short": "2 ↓" },
"91": { "short": "3 PD", "med": "3 PgDn" },
"92": { "short": "4 ←" },
"93": { "short": "5" },
"94": { "short": "6 →" },
"95": { "short": "7 Hm", "med": "7 Home" },
"96": { "short": "8 ↑" },
"97": { "short": "9 PU", "med": "9 PgUp" },
"98": { "short": "0 In", "med": "0 Ins", "long": "0 Insert" },
"99": { "short": ". Dl", "med": ". Del", "long": ". Delete" },
"101": { "short": "Appl", "med": "Appl", "long": "Applicat'n" },
"102": { "short": "Power", "med": "Power" },
"100": { "short": "NUBS" },
"103": { "short": "=" },
"133": { "short": "," },
"134": { "short": "=" },
"176": { "short": "00" },
"177": { "short": "000" },
"224": { "short": "Ctrl", "med": "L Ctrl" },
"225": { "short": "Shft", "med": "L Shft", "long": "L Shift" },
"226": { "short": "Alt", "med": "L Alt", "long": "Left Alt" },
"227": { "short": "GUI", "med": "L GUI", "long": "Left GUI" },
"228": { "short": "Ctrl", "med": "R Ctrl" },
"229": { "short": "Shft", "med": "R Shft", "long": "R Shift" },
"230": { "short": "AltG", "med": "AltGr" },
"231": { "short": "GUI", "med": "R GUI", "long": "Right GUI" }
"30": {
"short": "1"
},
"31": {
"short": "2"
},
"32": {
"short": "3"
},
"33": {
"short": "4"
},
"34": {
"short": "5"
},
"35": {
"short": "6"
},
"36": {
"short": "7"
},
"37": {
"short": "8"
},
"38": {
"short": "9"
},
"39": {
"short": "0"
},
"40": {
"short": "Ret",
"med": "Return",
"icon": "corner-down-left"
},
"41": {
"short": "Esc",
"long": "Escape"
},
"42": {
"short": "BkSp",
"med": "BkSpc",
"long": "Backspace"
},
"43": {
"short": "Tab",
"icon": "arrow-right-to-line"
},
"44": {
"short": "␣",
"med": "Space"
},
"45": {
"short": "-",
"med": "Dash"
},
"46": {
"short": "=",
"med": "Equals"
},
"47": {
"short": "{"
},
"48": {
"short": "}"
},
"49": {
"short": "\\"
},
"50": {
"short": "NUHS",
"long": "NonUS Hash"
},
"51": {
"short": ";"
},
"52": {
"short": "'"
},
"53": {
"short": "`"
},
"54": {
"short": ","
},
"55": {
"short": "."
},
"56": {
"short": "/"
},
"57": {
"short": "Cap",
"long": "Caps Lock"
},
"70": {
"short": "PrSc",
"long": "Print Scr"
},
"71": {
"short": "ScLk",
"long": "ScrollLock"
},
"72": {
"short": "Paus",
"med": "Pause"
},
"73": {
"short": "Ins",
"med": "Insert"
},
"75": {
"short": "PgUp",
"med": "PageUp",
"long": "Page Up"
},
"76": {
"short": "Del",
"med": "Delete",
"icon": "delete"
},
"78": {
"short": "PgDn",
"med": "PageDn",
"long": "Page Down"
},
"79": {
"short": "→"
},
"80": {
"short": "←"
},
"81": {
"short": "↓"
},
"82": {
"short": "↑"
},
"83": {
"short": "Num",
"med": "NumLck",
"long": "Num Lock"
},
"84": {
"short": "/"
},
"85": {
"short": "*"
},
"86": {
"short": "-"
},
"87": {
"short": "+"
},
"88": {
"short": "Ent",
"med": "KP Ent",
"long": "KP Enter"
},
"89": {
"short": "1 En",
"med": "1 End"
},
"90": {
"short": "2 ↓"
},
"91": {
"short": "3 PD",
"med": "3 PgDn"
},
"92": {
"short": "4 ←"
},
"93": {
"short": "5"
},
"94": {
"short": "6 →"
},
"95": {
"short": "7 Hm",
"med": "7 Home"
},
"96": {
"short": "8 ↑"
},
"97": {
"short": "9 PU",
"med": "9 PgUp"
},
"98": {
"short": "0 In",
"med": "0 Ins",
"long": "0 Insert"
},
"99": {
"short": ". Dl",
"med": ". Del",
"long": ". Delete",
"icon": "delete"
},
"101": {
"short": "Appl",
"med": "Appl",
"long": "Applicat'n"
},
"102": {
"short": "Power",
"med": "Power"
},
"100": {
"short": "NUBS"
},
"103": {
"short": "="
},
"133": {
"short": ","
},
"134": {
"short": "="
},
"176": {
"short": "00"
},
"177": {
"short": "000"
},
"224": {
"short": "Ctrl",
"med": "L Ctrl",
"icon": "chevron-up"
},
"225": {
"short": "Shft",
"med": "L Shft",
"long": "L Shift",
"icon": "arrow-big-up"
},
"226": {
"short": "Alt",
"med": "L Alt",
"long": "Left Alt",
"icon": "option"
},
"227": {
"short": "GUI",
"med": "L GUI",
"long": "Left GUI",
"icon": "command"
},
"228": {
"short": "Ctrl",
"med": "R Ctrl",
"icon": "chevron-up"
},
"229": {
"short": "Shft",
"med": "R Shft",
"long": "R Shift",
"icon": "arrow-big-up"
},
"230": {
"short": "AltG",
"med": "AltGr"
},
"231": {
"short": "GUI",
"med": "R GUI",
"long": "Right GUI",
"icon": "command"
}
},
"12": {
"111": { "short": "🔆" },
"112": { "short": "🔅" },
"181": { "short": "⇥" },
"182": { "short": "⇤" },
"205": { "short": "⏯️" },
"226": { "short": "🔇" },
"233": { "short": "🔊" },
"234": { "short": "🔉" }
"111": {
"short": "🔆"
},
"112": {
"short": "🔅"
},
"181": {
"short": "⇥"
},
"182": {
"short": "⇤"
},
"205": {
"short": "⏯️"
},
"226": {
"short": "🔇"
},
"233": {
"short": "🔊",
"icon": "volume-2"
},
"234": {
"short": "🔉",
"icon": "volume-1"
}
}
}
}
Loading