Skip to content

Commit

Permalink
CCT: Record NumpadDivide and ScrollLock (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodriguezrrp authored Jan 9, 2024
1 parent 8c8346e commit 130ee31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cct/js/vc.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ $(function() {
vc("Slash", 0x0035);
vc("Space", 0x0039);
vc("PrintScreen", 0x0E37);
vc("ScrolLock", 0x0046);
vc("ScrollLock", 0x0046);
vc("Pause", 0x0E45);
vc("IntlBackslash", 0x0E46);
vc("Insert", 0x0E52);
Expand All @@ -129,7 +129,7 @@ $(function() {

vc("NumpadEquals", 0x0E0D);
vc("NumLock", 0x0045);
vc("NumpadSubtract", 0x0E35);
vc("NumpadDivide", 0x0E35);
vc("NumpadMultiply", 0x0037);
vc("NumpadSubtract", 0x004A);
vc("NumpadAdd", 0x004E);
Expand Down

0 comments on commit 130ee31

Please sign in to comment.